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="app-wrapper">
    
        <p>This is the outter container</p>
    
        <div class="search-form">
            
            <h3>Form goes here</h3>
            
        </div>
        
        <div class="tabs">
        
            <h3>Tabs</h3>
        
        </div>
    
        <div class="results">
        
            <h3>The Results</h3>
    
    
        </div>
    
    </div>
</body>
</html>
 
.app-wrapper {
    width:90%;
    float:left;
    margin:1em 3%;
    padding: 1em 2%;
    background: #CCC;
}
.search-form {
    width: 30%;
    min-height: 600px;
    float: left;
    background:#999;
}
.tabs {
    width: 70%;
    height: 3.0em;
    float: left;
    border-bottom: 1px solid #000;
    background:#888;
}
Output 300px

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

Dismiss x
public
Bin info
asapmmeehanpro
0viewers