Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
 <div class="parent">
    <div class="child">
        O
    </div>
    <div class="child">
        O
    </div>
    <div class="child">
        O
    </div>
    <div class="child">
        O
    </div>
</div>
</body>
</html>
 
div.parent {
    margin: 200px auto 0 auto;
    display: table;
}   
div.child {
    float: left;
    display: inline-block;
    width: 130px;
    height: 130px;
    border: solid 1px;
    margin: 10px 10px 10px 10px;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers