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="blue"></div>
  <div class="white"></div>
  <div class="red"></div>
  <div class="black"></div>
</body>
</html>
 
.blue {
  height: 200px;
  width: 100%;
  background: #293e81;
}
.white {
  height: 200px;
  width: 100%;
  background: #F7F7F7
}
.red {
  height: 200px;
  width: 100%;
  background: #CC2A46;
}
.black {
  height: 200px;
  width: 100%;
  background: #333
}  
Output

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

Dismiss x
public
Bin info
mattmuellerpro
0viewers