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="container">
    <div class="a">
      <!-- completely empty -->
    </div>
    
    <div class="b">
      <!-- nothing at all -->
    </div>
  </div>
</body>
</html>
 
.container {
  display: inline-block;
}
.a {
  width: 320px;
  height: 240px;
  
  display: inline-block;
  
  background-color: #83C5D1;
}
.b {
  width: 180px;
  height: 240px;
  
  display: inline-block;
  
  background-color: #B2D9D6;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers