Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<head>
    <style type="text/css">
        .parent {
            position:  relative;
            width: 350px;
            height: 150px;
            background: red;
            border: solid 1px #000;
        }
        .parent2 {
            position:  relative;
            width: 350px;
            height: 40px;
            background: red;
            border: solid 1px #000;
         }
        .child {
            position: relative;
            background-color: blue;
            height: 200px;
        }
        .wrapper
        {
            position: relative;
            background: green;
            height: 350px;
        }
    </style>
</head>
<body>
    <div class="wrapper">
        <div class="parent">parent 1 parent 1
            <div class="child">child child child</div>
        </div>
        <div class="parent2">parent 2 parent 2
         
         
        </div>
    </div>
</body>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers