Advertisement
Guest User

Untitled

a guest
Oct 11th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. head {
  2. background-color: #000000;
  3. }
  4.  
  5. body {
  6. background-color: #0f0e0e;
  7. color: #A9A9A9;
  8. }
  9.  
  10. a {
  11. color: #A9A9A9;
  12. }
  13.  
  14. .home-header {
  15. width: auto;
  16. height: 50px;
  17.  
  18. font-size: 15px;
  19. text-align: center;
  20. }
  21.  
  22. .sub-menu { /* set link color for this class (blue looks like crap); fill width instead of having a tiny section between the edge of the screen and out color */
  23. width: auto;
  24. height: 50px;
  25.  
  26. font-size: 22px;
  27. text-align: center;
  28.  
  29. padding-bottom: 2px;
  30. background-color: #111112;
  31.  
  32. border-bottom: 1px solid;
  33. }
  34.  
  35. .side-bar {
  36. width: 200px;
  37. margin: 1px;
  38.  
  39. float: left;
  40. list-style-type: none;
  41.  
  42. padding-right: 12px;
  43. padding-left: 0px;
  44.  
  45. padding-top: 5px;
  46. padding-bottom: 15px;
  47.  
  48. border-bottom: 1px solid;
  49. border-right: 1px solid;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement