Advertisement
Guest User

index.css

a guest
Jul 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. body {
  2. background-color: #021B21;
  3. background-image: url("/home/potatoes/Pictures/Wallpapers/blur4.jpg");
  4. background-repeat: no-repeat;
  5. background-size: auto;
  6. text-align: center;
  7. }
  8.  
  9. h3 {
  10. color: #ebdbb2;
  11. font-family: 'Ubuntu Mono', monospace;
  12. }
  13.  
  14. h1 {
  15. font-family: 'Sans';
  16. text-align: center;
  17. color: #ebdbb2;
  18. font-size: 80;
  19. }
  20.  
  21. a {
  22. color: inherit;
  23. text-decoration: none;
  24. outline: 0;
  25. }
  26.  
  27. list {
  28. text-align: center;
  29. text-decoration: none;
  30. }
  31.  
  32. .all {
  33. display: inline-block;
  34. vertical-align: top;
  35. align-self: center;
  36. margin-left: 1em;
  37. }
  38.  
  39. .all:nth-child(1) {
  40. margin-left: 0;
  41. }
  42.  
  43. .title {
  44. text-align: center;
  45. width: 12em;
  46. }
  47.  
  48. .google {
  49. background-color: #689d6a;
  50. }
  51.  
  52. .reddit {
  53. background-color: #cc241d;
  54. }
  55.  
  56. .programming {
  57. background-color: #458588;
  58. }
  59.  
  60. .gaming {
  61. background-color: #d65d0e;
  62. }
  63.  
  64. .linux {
  65. background-color: #98971a;
  66. }
  67.  
  68. .links {
  69. text-align: center;
  70. color: #282828;
  71. font-family: 'Roboto Mono', monospace;
  72. text-decoration: none;
  73. font-weight: bold;
  74. background-color: #ebdbb2;
  75. width: 12em;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement