Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html >
<head>
<meta name="description" content="Template with Angular, Bootstrap, Lodash" />
  <meta charset="utf-8">
  <title>Angular template</title>
</head>
<body >
  <div class="outer-div">
    <div class="inner-div"></div>
  </div>
</body>
</html>
 
    .outer-div{
        width: 400px;
        height:50px;
        padding: 25px;
        margin: 25px;
        border-style: solid;
        border-width: 1px;
    }
    .inner-div{
        width: 25%;
        height: auto;
        padding: 25px;
        border-style: solid;
        border-width: 1px;
    }
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers