Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
</head>
<body>
  
  <div class="wrapper">
      <div class="box"></div>
      <div class="box"></div>
      <div class="box"></div>
  </div>
  
</body>
</html>
 
.box {
    background-color: black;
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    margin: 7px 0;
    //display: inline-block; /* se habilitar, o espaçamento fica com 14px */
}
Output

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

Dismiss x
public
Bin info
willianribeiropro
0viewers