Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. body
  2. {
  3. background-color:#3B3B3B;
  4. margin:0;
  5. padding:0;
  6. }
  7. #container
  8. {
  9. width:100%;
  10.  
  11. }
  12. #logo
  13. {
  14. width:500px;
  15. margin-left:auto;
  16. margin-right:auto;
  17. padding:40px 0;
  18. }
  19. #log
  20. {
  21. float:left;
  22. padding:10px;
  23. text-align:center;
  24. font-size:60px;
  25. }
  26.  
  27. .nav
  28. {
  29. width:100%;
  30. background-color:#C95F34;
  31. text-align: center;
  32. padding: 10px 0;
  33.  
  34. }
  35.  
  36. .nav1
  37. {
  38. float:left;
  39. color:#D9D9D9;
  40. font-size:20px;
  41. padding:15px;
  42. border-right:2px dotted #A65433;
  43. text-align: center;
  44. width:150px;
  45. }
  46. .nav1:hover
  47. {
  48. cursor:pointer;
  49. background-color:#954322;
  50. }
  51. #content
  52. {
  53. width:1000px;
  54. margin-right:auto;
  55. margin-left:auto;
  56. padding:15px;
  57. color:#D9D9D9;
  58. font-size:20px;
  59. text-align:justify;
  60. margin-top:30px;
  61. margin-bottom:30px;
  62. }
  63. #socials
  64. {
  65. width:1000px;
  66. text-align:center;
  67. margin-left:auto;
  68. margin-right:auto;
  69. padding:20px 0;
  70.  
  71. }
  72. .fb
  73. {
  74. float:left;
  75. margin-left:10px;
  76. margin-right:10px;
  77. background-color:#415E9B;
  78. width:210px;
  79. padding:10px;
  80. min-height:142px;
  81. text-align:center;
  82. }
  83. .fb:hover
  84. {
  85. cursor:pointer;
  86. background-color:#304d8a;
  87. }
  88. .yt
  89. {
  90. float:left;
  91. margin-left:10px;
  92. margin-right:10px;
  93. background-color:#E62117;
  94. width:210px;
  95. padding:10px;
  96. min-height:142px;
  97. }
  98. .yt:hover
  99. {
  100. cursor:pointer;
  101. background-color:#d51006;
  102. }
  103. .gp
  104. {
  105. float:left;
  106. margin-left:10px;
  107. margin-right:10px;
  108. background-color:#C03C30;
  109. width:210px;
  110. padding:10px;
  111. min-height:142px;
  112. }
  113. .gp:hover
  114. {
  115. cursor:pointer;
  116. background-color:#b02b20;
  117. }
  118. .tw
  119. {
  120. float:left;
  121. margin-left:10px;
  122. margin-right:10px;
  123. background-color:#1DA1F2;
  124. width:210px;
  125. padding:10px;
  126. min-height:142px;
  127.  
  128. }
  129. .tw:hover
  130. {
  131. cursor:pointer;
  132. background-color:#0c90e1;
  133. }
  134. #footer
  135. {
  136. color:#D9D9D9;
  137. padding:15px;
  138. width:100%-30px;
  139. background-color:#2B2B2B;
  140. text-align:center;
  141. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement