Guest User

Untitled

a guest
Dec 28th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. body {
  2. background: #000;
  3. }
  4.  
  5. i {
  6. color: #7d7bcc;
  7. }
  8.  
  9. a {
  10. color: #90a5b9;
  11. font-family: 'Quicksand', Avenir, Century Gothic, sans serif;
  12. text-decoration: none;
  13. background-color: none;
  14. border-radius: 100%;
  15. padding: 0%;
  16. }
  17.  
  18. a:hover {
  19. color: #fff;
  20. padding: 7%;
  21. border: 2px solid #fff;
  22. border-radius: 100%;
  23. transition: 0.7s ease-in-out;
  24. text-decoration: none;
  25. }
  26.  
  27. #content {
  28. text-align: center;
  29. align-items: center;
  30. }
  31.  
  32. /*disabled*/
  33.  
  34. #secondary, .module-wrapper, .footer, #pagetitle, #footer, .datetime, .userpic, .entry-title, #title, .navigation, #subtitle {
  35. display: none;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment