Advertisement
Guest User

Untitled

a guest
Dec 28th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. body {
  2. background-image: radial-gradient(#fff, #ecebe9);
  3. }
  4.  
  5. i {
  6. color: #cc171c;
  7. }
  8.  
  9. a {
  10. color: #cc171c;
  11. font-family: 'Arapey', serif;
  12. text-decoration: none;
  13. background-color: transparent;
  14. border-radius: 10px;
  15. padding: 10px;
  16. border: 2px solid #fff;
  17. letter-spacing: 1px;
  18. }
  19.  
  20. a:hover {
  21. color: #fff;
  22. padding: 10px;
  23. border: 2px solid #fff;
  24. border-radius: 10px;
  25. background-color: #cc171c;
  26. transition: background-color 1s ease-in-out, color 1s ease-in-out;
  27. text-decoration: none;
  28. }
  29.  
  30. #content {
  31. text-align: center;
  32. align-items: center;
  33. }
  34.  
  35. /*disabled*/
  36.  
  37. #secondary, .module-wrapper, .footer, #pagetitle, #footer, .datetime, .userpic, .entry-title, #title, .navigation, #subtitle {
  38. display: none;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement