Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. .progress-radial {
  2. float: left;
  3. margin-right: 30px;
  4. position: relative;
  5. width: 140px;
  6. height: 140px;
  7. border-radius: 50%;
  8. border: 2px solid #aa94a8;
  9. background-color: #5d2f5d
  10. }
  11. .progress-radial .overlay {
  12. position: absolute;
  13. width: 100px;
  14. height: 100px;
  15. background-color: #fff;
  16. border-radius: 50%;
  17. margin-left: 20px;
  18. margin-top: 20px;
  19. text-align: center;
  20. line-height: 100px;
  21. font-size: 32px;
  22. color: #6c566a
  23. }
  24. .progress-0 {
  25. background-image: linear-gradient(90deg, #aa94a8 50%, transparent 50%, transparent), linear-gradient(90deg, #5d2f5d 50%, #aa94a8 50%, #aa94a8)
  26. }
  27. .progress-1 {
  28. background-image: linear-gradient(90deg, #aa94a8 50%, transparent 50%, transparent), linear-gradient(93.6deg, #5d2f5d 50%, #aa94a8 50%, #aa94a8)
  29. }
  30. .progress-2 {
  31. background-image: linear-gradient(90deg, #aa94a8 50%, transparent 50%, transparent), linear-gradient(97.2deg, #5d2f5d 50%, #aa94a8 50%, #aa94a8)
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement