Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. .da-dots{
  2. width: 50%;
  3. margin: auto;
  4. align-items: center;
  5. flex-direction: row;
  6. position: relative;
  7. flex-wrap: wrap;
  8. display: flex;
  9. height: 100vh;
  10. padding-top: 20%;
  11. justify-content: space-between;
  12. z-index: 2000;
  13. }
  14.  
  15. .da-dots {
  16. span{
  17. width: 12px;
  18. height: 12px;
  19. border-radius: 50%;
  20. z-index: 1;
  21. position: relative;
  22. background: #e4b42d;
  23. cursor: pointer;
  24. box-shadow: 1px 1px 1px rgba(0,0,0,.1) inset,1px 1px 1px rgba(255,255,255,.1);
  25. }
  26. }
  27.  
  28. .line_progress{
  29. width: 100%;
  30. height: 2px;
  31. left: 0;
  32. position: absolute;
  33. background-color: #2c3e50;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement