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="wrapper"> 
    <div class="left">LEFT AREA
    </div>
    <div class="middle">
   <p>
        example
    <p>
        example
    <p>
        example
    <p>
        example
    <p>
        example
    <p>
       example
    <p>
    </div>
    <div class="right">RIGHT AREA
    </div>
    </div> 
  
    <footer> whaat </footer>
</body>
</html>
 
body {
    margin: 45px auto;
    background: #CCC;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    }
.wrapper { 
    width: 100%; 
    min-width: 1000px; 
    max-width: 1500px; 
    margin: 0px auto;}
.left, .middle, .right { 
    float:left; }
.left, .right { 
    width: 16%; 
    padding:5px; 
    }
.middle  { 
    background: #f1f1f1; 
    border-radius: 3px 3px 3px 3px; 
    box-shadow: 0 1px 12px -2px #FFF;
    width: 65%; 
    padding:5px; 
    text-align:center; 
}
.left { background: #00F }
.right { background: #00F}
footer{background:gold; clear:left;}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers