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>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  ul { list-style-type: none; }
  li { 
    padding-left: 40px;
    height: 40px
  }
  .icn {
    background: url();
  }
  .personalize-profile {
    background-position: -35px -3px;
  }
  .a{
    width:50px;
    height:50px;
    border:none;
      }
</style>
</head>
<body>
  <ul>
    <li class="icn personalize-profile">Stuff</li>
    <li>More Stuff</li>
    <li>Even more stuff</li>
    <li>etc...</li>
  </ul>
  <img class="a"/>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers