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 id="soundsLike">
    <li>Foo Fighters</li>
    <li>Maroon 5</li>
    <li>Paramore</li>
    <li>Jimmy Eat World</li>
    <li>none of these</li>
</ul>
</body>
</html>
 
#soundsLike {
    list-style: none;
    margin:0px;
    padding:0px;
}
#soundsLike li {
    display: inline-block;
    padding:3px 5px;
    background:#57A957;
    text-align: center;
    color:#000;
    font-size:80%;
    line-height:14px;
}
Output 300px

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

Dismiss x
public
Bin info
steverydzpro
0viewers