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>
  
  
  <aside><p>I'm 150px width!</p></aside>
  <article><p>I fill out all the available space!</p></article>
 
  
</body>
</html>
 
*{margin:0; padding:0;}
p{padding:15px;}
body,
html {
    height: 100%;
    background: #cee;
}
aside {
    float: left;
    min-height: 100%;
    background: #ece;
    width: 150px;
}
Output

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

Dismiss x
public
Bin info
roXonpro
0viewers