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>
  <article>
    <section class="one"></section>
    <section class="two"></section>
  </article>
</body>
</html>
 
*{
  margin:0;
  padding:0;
}
html,body{
  width:100%;
  height:100%;
}
article{
  width:100%;
  height:100%;
}
section{
  width:100%;
  height:100%;
}
.one{
  background:#f00 ;
}
.two{
  background:#00f;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers