Advertisement
Guest User

Untitled

a guest
May 26th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. .displayBar
  6. {
  7. position: relative;
  8. width: 236px;
  9. height: 16px;
  10. border: 1px solid #666666;
  11. float: left;
  12. margin: 0 5px 0 0;
  13. overflow: hidden;
  14. background: #ffffff;
  15. }
  16. .displayBarFill
  17. {
  18. width: 10%;
  19. height: 100%;
  20. background: #40628a;
  21. overflow: hidden;
  22. float: left;
  23. }
  24. .displayBarFill.good
  25. {
  26. color: #ffffff;
  27. background: #4f7529;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <div class='displayBar'><div class='displayBarFill'></div></div>
  33.  
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement