Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
    <div style="max-height: 30px;">
    <div class="item1">XXX</div>
    <div class="item2">XXX</div>
    </div>
    <hr>
    <div style="height: 30px;">
    <div class="item1">XXX</div>
    <div class="item2">XXX</div>
    </div>
 
div { font: 50px/1 Arial; }
.item1 {
    height: 50%;
    background-color: red;
}
.item2 {
    height: 50%;
    background-color: blue;
}
hr {
    margin: 100px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers