Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <header><h1>Header</h1></header>
  <section><h1>Section</h1></section>
  <aside><h1>Aside</h1></aside>
  <footer><h1>Footer</h1></footer>
</body>
</html>
 
*{
  
}
*{
  margin:0;
  padding:0;
}
body{
  width: 508px;
  background-color: white;
  margin: 15px auto;
  border: 1px solid black;
}
h1{
  padding: 5px;
}
header{
  border-bottom: 2px solid #EF9C00;
}
section{
  width: 300px;
  height: 200px;
  float: left;
  border: 2px solid #EF9C00;
}
aside{
  width: 200px;
  height: 200px;
  float:right;
  border: 2px solid #EF9C00;
}
footer{
  clear:both;
  border: 2px solid #EF9C00;
}
Output 300px

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

Dismiss x
public
Bin info
lubaochuanpro
0viewers