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>
      <style>
         #lifeBar-holder{width:200px;height:15px;background:grey; position:absolute; top:20px; left:30px;}
    #lifeBar{width:0;height:100%;background:green;}
    #discretionBar-holder{width:200px;height:15px;background:grey; position:absolute; top:40px; left:30px;}
    #discretionBar{width:0;height:100%;background:blue;}
    </style>
  
     <div id="lifeBar-holder">
       <div id="lifeBar" style="width:40%"></div>
    </div>
    <div id="discretionBar-holder">
        <div id="discretionBar" style="width:70%"></div>
    </div>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers