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#something {
    display: inline;
    padding: 200px;
    width: 100px;
}
  ul#something li#someunit {
    background: red;
}
</style>
</head>
<body>
<ul id="something">
          <li id="someunit">
            <img src="http://www.b92.net/news/pics/2014/05/22/651940940537d25966c3b2062128762_222x120x00178177.jpg" class="thumb" alt="test">           
          </li>
   <li id="someunit">
            <img src="http://www.b92.net/news/pics/2014/05/22/651940940537d25966c3b2062128762_222x120x00178177.jpg" class="thumb" alt="test">
            
          </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