You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
239 B

12 years ago
  1. .progress {
  2. position: relative;
  3. }
  4. .bar {
  5. z-index: 1;
  6. position: absolute;
  7. }
  8. .progress span {
  9. border-radius: 4px;
  10. position: absolute;
  11. top: 0;
  12. z-index: 2;
  13. color: #000;
  14. text-align: center;
  15. width: 100%;
  16. }