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>
  <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
</head>
<body>
 <div>
  <p class="should-be-inline">Home</p> 
  <p class="should-be-inline">About</p> 
  <p class="should-be-inline">Contact</p> 
  <p class="should-be-inline">Project</p> 
 </div>
  
  
</body>
</html>
 
.should-be-inline {
  display:inline-block;
  width: 25%;
  background: #eee;
  font-size:12px;
  /*margin-left 讓他變成在同一排了*/
  margin-left:-4px;
}
div {
  /*不用 margin-left 的話,加入 font-size:0 可以正常*/
  /*font-size: 0;*/
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers