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>
  <ul>
    <li><a href>link</a></li>
    <li><a href>link</a></li>
    <li><a href>link</a></li>
    
  </ul>
  
  </body>
</html>
 
* {
  margin:0;
  padding:0;
  
}
li {
  list-style:none;
  width:80px;
  float:left;
  outline:solid;
}
ul {
  display:table;
  margin:20px auto;
}
a {
  text-align:left;
}
Output

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

Dismiss x
public
Bin info
atentatpro
0viewers