Advertisement
dead__

Untitled

Aug 2nd, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. #progressWrapper { display:inline-block; width: 150px; border:1px solid #666; height:8px;}
  2. #progressBar { width: 73%; /* percentage */ background: #f00; height:100%; }
  3.  
  4. <div id="progressWrapper">
  5.     <div id="progressBar"></div>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement