Guest User

Untitled

a guest
Jul 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4.  
  5. body {
  6. background-color:#000000;
  7. font-family:Arial, Helvetica, sans-serif;
  8. color:#FFFFFF;
  9. width:100%;
  10. height:100%;
  11. padding:0;
  12. margin:0 auto;
  13. width:900px;
  14. }
  15.  
  16. #upper {
  17. height:50px;
  18. text-align:center;
  19. padding-top:20px;
  20. padding-bottom:-10px;
  21. }
  22.  
  23. #menu {
  24. background-color:#003300;
  25. margin-top:10px;
  26. }
  27.  
  28. #menu ul a {
  29. text-decoration:none;
  30. color:#FFFFFF;
  31. }
  32.  
  33.  
  34.  
  35. #upper ul li {
  36. display:inline;
  37. list-style-type:none;
  38. text-decoration:none;
  39. padding: 20px;
  40. }
  41.  
  42. p {
  43. margin-top:-10px;
  44. }
  45.  
  46.  
  47.  
  48. #test {
  49. height:300px;
  50. width:150px;
  51. float:left;
  52. margin:0;
  53. text-align:inherit;
  54. margin-right:15px;
  55. }
  56.  
  57. #test2 {
  58.  
  59. height:300px;
  60. width:570px;
  61. float:left;
  62. margin:0;
  63. text-align:center;
  64. margin-right:10px;
  65.  
  66. }
  67.  
  68. #test3 {
  69.  
  70. height:300px;
  71. width:150px;
  72. float:right;
  73. margin:0;
  74. text-align:center;
  75.  
  76.  
  77.  
  78. }
Add Comment
Please, Sign In to add comment