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="main">
  <div class="div-1"></div>
  <div class="div-1"></div>
  <div class="div-1"></div>
  <div class="div-2">
    <div class="ads"></div>
  </div>
</div>
</body>
</html>
 
html, body {
  height: 100%;
}
.main {
  border: 1px solid black;
  width: 200px;
  height: 100%;
}
.div-1{
  background: lime;
  height: 100px;
  border-bottom: 2px solid white;
}
.div-2 {
  background: red;
  width: 100%;
  height: auto;
}
.ads {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background: blue;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers