Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. img {
  6. border: 0;
  7. }
  8. body {
  9. background: #000000;
  10. font-family: Arial;
  11. font-size: 12px;
  12. color: #ffffff;
  13. text-align: left;
  14.  
  15. }
  16. a {color:#ffffff;}
  17. a:hover {color:#ffffff;}
  18. a:active {color:#ffffff;}
  19.  
  20. h1 {
  21. text-align: center;
  22. font-size: 24px;
  23. font-weight: bold;
  24. margin-bottom: 10px;
  25. }
  26. .wrapper {
  27. width: 900px;
  28. margin: 20px auto;
  29. }
  30. .menu {
  31. width: 150px;
  32. font-size: 16px;
  33. float: left;
  34. margin-bottom: 20px;
  35. }
  36.  
  37. .menu ul {
  38. list-style-type: none;
  39. }
  40. .menu ul li {
  41. text-align: center;
  42. }
  43.  
  44. .menu ul li a {
  45. width: 150px;
  46. display: block;
  47. font-weight: bold;
  48. color: #fff;
  49. padding: 10px 0;
  50. text-transform: uppercase;
  51. text-decoration: none;
  52. border: 1px solid #fff;
  53. }
  54.  
  55. .menu ul li a:hover {
  56. background: #757575;
  57. }
  58.  
  59. .top {
  60. width: 900px;
  61. height: 200px;
  62. background: url(dota_baner.jpg) no-repeat;
  63. margin-bottom: 20px;
  64. }
  65.  
  66. .center {
  67. width: 730px;
  68. margin-left: 20px;
  69. float: right;
  70. margin-bottom: 20px;
  71.  
  72. }
  73.  
  74. .center table {
  75. border-spacing: 5px;
  76. float: left;
  77. margin-right: 15px;
  78. }
  79.  
  80. .center table tr td {
  81. width: 40px;
  82. height: 40px;
  83. text-align: center;
  84. vertical-align: center;
  85.  
  86. }
  87.  
  88. .center table th {
  89. text-align: center;
  90. padding-bottom: 10px;
  91. }
  92. .bottom {
  93. width: 900px;
  94. clear: both;
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement