Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. body{
  2. background-color: #404040;
  3. font-family: 'Lato', sans-serif;
  4. }
  5.  
  6. #container{
  7. width: 1000px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. }
  11.  
  12. #logo{
  13. color: white;
  14. margin-top: 20px;
  15. font-size: 44px;
  16. letter-spacing: 3px;
  17. font-weight: 900;
  18. }
  19.  
  20. #menu{
  21. background-color: #303030;
  22. margin-top: 20px;
  23. color: #ffffff;
  24. padding: 10px;
  25. }
  26.  
  27. #topbar{
  28. background-color: #128870;
  29. color: white;
  30. padding: 10px;
  31. margin-top: 20px;
  32. margin-bottom: 25px;
  33. height: 170px;
  34. }
  35.  
  36. #topbarL{
  37. float: left;
  38. padding: 20px;
  39. width: 138px;
  40. text-align: center;
  41. border-right: 2px dotted #cccccc;
  42. }
  43.  
  44. #topbarR{
  45. float: left;
  46. padding: 20px;
  47. width: 760px;
  48. font-size: 16px;
  49. text-align: justify;
  50. background-color: red;
  51. }
  52.  
  53. #sidebar{
  54.  
  55. }
  56.  
  57. #content{
  58.  
  59. }
  60.  
  61. #footer{
  62.  
  63. }
  64.  
  65. .option{
  66. float: left;
  67. min-width: 50px;
  68. height: 25px;
  69. font-size: 18px;
  70. padding: 10px;
  71. border-right: 2px dotted #444444;
  72. opacity: 0.8;
  73. }
  74.  
  75. .option:hover{
  76. background-color: #000000;
  77. cursor: pointer;
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement