Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html><head>
<script src="//cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing-api.min.js"></script><style type="text/css">
div.container {
    top: 10px;   
  padding: 1px 100px;
    border: 1px solid red; 
    width: 30px;
  display: inline-block;
}
.test{
  position:absolute;
  top: 0;
  right:0
}
</style></head><body>
  <div class="container">
  <ul style="background:#CCC;">
    <li>11111111</li>
    <li class="test">123123</li>
  </ul>
  </div>
</body></html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers