Guest User

Untitled

a guest
Jul 7th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body{
  6. font-family: helvetica, times, sans-serif;
  7. font-size: 14px;
  8.  
  9. }
  10. section{
  11. margin-bottom: 10px;
  12.  
  13. }
  14. a{
  15. color:#999;
  16. text-decoration: none;
  17. }
  18. p{
  19. line-height: 1.6em;
  20.  
  21. }
  22. h1, h2{
  23. margin: 5px 0;
  24. font-family: "comic sans MS", cursive, sans-serif;
  25. color: #cd352a;
  26. }
  27. .container{
  28. width: 977px;
  29. margin: 0 auto;
  30. }
  31. .clear{
  32. clear:both;
  33. }
  34. /*Header*/
  35. .logo{
  36. width: 200px;
  37. float: left;
  38. margin-top: 10px;
  39. }
  40. .header-top{
  41. width: 300px;
  42. text-align: right;
  43. float: right;
  44. font-size: 16px;
  45. color: #cc66ca;
  46. }
  47. .header-top span{
  48. color: #d2352c;
  49. }
  50. nav{
  51. float:right;
  52. margin-top: 5px;
  53. width: 500px;
  54. }
  55. nav ul{
  56. padding: 5px 0;
  57. }
  58. nav ul li{
  59. display: inline;
  60. list-style: none;
  61. padding: 10px 15px;
  62.  
  63. }
  64. nav li a:hover{
  65. text-decoration: underline;
  66. cursor: pointer;
  67. }
  68. /*banner*/
  69. #banner{
  70. margin-top: 10px;
  71.  
  72. }
  73. /*Products Area*/
  74. .products-div{
  75. width: 770px;
  76. height: 200px;
  77. float: left;
  78.  
  79. }
  80. .feature{
  81. width: 200px;
  82. float: right;
  83.  
  84. }
  85. .single{
  86. width: 250px;
  87. margin-right: 10px;
  88. float: left;
  89. margin-top: 10px;
  90. }
  91. .single a{
  92. display: block;
  93. background-color: #000;
  94. color: #fff;
  95. padding: 10px 0;
  96. text-align: center;
  97. }
  98. .last{
  99. margin-right: 0;
  100. }
Add Comment
Please, Sign In to add comment