Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Inline-Block Test</title>
  <style>
  body { padding-top: 50px; }
  .layout > span {
    float: left;
    background-color: lightblue;
    width: 40px;
    height: 30px;
    margin: 0px;
    line-height: 30px;
    text-align: center;
  }
  </style> 
</head>
<body>
<div class="layout">
  <span>A</span>
  <span>B</span>
  <span>C</span>
</div>
<div class="another">
  <span>我不想跟你們併排</span>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
darkthreadpro
0viewers