Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. body #page-container #ourwork .white-dashed-underline h2 {
  2. position: relative;
  3. display: inline-block;
  4. left: 50%;
  5. transform: translateX(-50%);
  6. background-image: linear-gradient(to right, #fff 75%, transparent 75%);
  7. background-position: 0 1.3em;
  8. background-repeat: repeat-x;
  9. background-size: 35px 7px;
  10. }
  11.  
  12. body #page-container #about .blue-dashed-underline h2 {
  13. position: relative;
  14. display: inline-block;
  15. left: 50%;
  16. transform: translateX(-50%);
  17. background-image: linear-gradient(to right, #007dbe 75%, transparent 75%);
  18. background-position: 0 1.3em;
  19. background-repeat: repeat-x;
  20. background-size: 35px 7px;
  21. }
  22.  
  23. body #page-container .black-dashed-underline h2 {
  24. position: relative;
  25. display: inline-block;
  26. left: 50%;
  27. transform: translateX(-50%);
  28. background-image: linear-gradient(to right, #000 75%, transparent 75%);
  29. background-position: 0 1.3em;
  30. background-repeat: repeat-x;
  31. background-size: 35px 7px;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement