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>
<style>
  
  ul { 
    margin: 20px;
    padding: 10px;
    list-style: none;
    width: 200px;
    padding: 10px 10px 0px 5px;
    background: yellow;
    display: table;
    border: 1px solid black;
  }
  
  li {
    padding: 20px 0px 20px 0px;
    border: 1px solid black;
    display: block;
    width: 100%;
    height:50px;
  }
  
</style>
</head>
<body>
  <ul>
    <li>First ccccccccccccccccccccc dddd line</li>
    <li>Second line</li>
    <li>Third line</li>
  </ul>
  
  <ul>
    <li>First line</li>
  </ul>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers