Guest User

Untitled

a guest
Dec 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. body {
  2. font:2em arial;
  3. }
  4. .progress {
  5. overflow:hidden;
  6. box-shadow:inset 0 2px 7px 1px rgba(0,0,0,.2);
  7. }
  8. .progress:after {
  9. position:relative;
  10. z-index:-1;
  11. left:inherit;
  12. display:block;
  13. content:".";
  14. width:100%;
  15. text-indent:-9999px;
  16. margin-left:-100%;
  17. background:#f00;
  18. }
  19. .progress:before {
  20. position: absolute;
  21. width:100%;
  22. margin-top:-1.15em;
  23. text-indent:100%;
  24. text-align:center;
  25. content: attr(style);
  26. }
Add Comment
Please, Sign In to add comment