Advertisement
Raihanulkarim5

css 02

Aug 21st, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.94 KB | None | 0 0
  1. * {
  2.     margin: 0 auto;
  3.     padding: 0;
  4.     outline: 0;
  5.  
  6.  
  7. }
  8. .widthh{
  9.     width:1000px;
  10.     overflow:hidden;
  11. }
  12. body {
  13.     background:#595959;
  14.    
  15.    
  16. }
  17. .header {
  18.    
  19.     background: linear-gradient(#383839,#E2E2E0);
  20.     overflow: hidden;
  21. }
  22. .logo {
  23.     float: left;
  24. }
  25. .logo img {
  26.     width: 160px;
  27. }
  28. .logo h2 {
  29.     padding-left: 3px;
  30.     float: right;
  31.     padding-top: 62px;
  32.     font-size: 37px;
  33.     font-weight: bold;
  34.     text-transform: uppercase;
  35. }
  36. .social {
  37.     float: right;
  38.     padding-top: -7px;
  39. }
  40. .social a img {
  41.     width: 43px;
  42. }
  43. .nav {
  44.     background: antiquewhite;
  45.     height: 43px;
  46. }
  47. .nav ul{}
  48. .nav ul li {
  49.     display: block;
  50.     float: left;
  51.     padding: 5px;
  52.     border: 1px solid #CFCFCA;
  53.     margin: 5px;
  54. }
  55. .nav ul li a {
  56.     text-decoration: none;
  57.     margin: 61px;
  58. }
  59. .slider {
  60.     background-image: url("2648903.jpg");
  61.     height: 600px;
  62.     background-repeat: no-repeat;
  63.     background-size:cover;
  64. }
  65. .slider img{}
  66. .slider p {
  67.     position: relative;
  68.     top: 300px;
  69.     text-align: center;
  70.     color: #FFFFC0;
  71.     font-size: 57px;
  72.     text-transform: uppercase;
  73.     right: 259px;
  74. }
  75. .posts {
  76.     height: auto;
  77.     background: #F5DEB3;
  78. }
  79.  
  80. .posts h2 {
  81.     background: #CFCFCF;
  82. }
  83. .post{}
  84. .post p {
  85.     background: wheat;
  86.     margin: 3px;
  87.     padding: 0px 0px 0px 5px;
  88.     display: block;
  89.     width: 322px;
  90.     float: left;
  91. }
  92. .Gallery{}
  93. .photo {
  94.    
  95.    
  96.    
  97. }
  98. .photo h3 {
  99.     background: #CFCFCF;
  100. }
  101. .photo img {
  102.     width: 247px;
  103.     height: 169px;
  104. }
  105. .Videogallery {}
  106.  
  107. .Videogallery h3 {
  108.     background: #C1C1C1;
  109. }
  110. .Videogallery p{}
  111. .Videogallery video {
  112.     height: 371px;
  113.     width: 1000px;
  114. }
  115. .footer {
  116.  
  117.     background: linear-gradient(#A9A9AB,#21272B);
  118. }
  119. .copyright {
  120.     display: block;
  121.     float: left;
  122.     width: 249px;
  123.     padding: 5px;
  124. }
  125. .copyright h3 {
  126.     font-family: verdana;
  127. }
  128. .copyright p {
  129.     font-size: 13px;
  130.     padding: 1px;
  131. }
  132. .Menu {
  133.     display: block;
  134.     float: left;
  135.     width: 247px;
  136. }
  137. .Menu p{}
  138. .Menu h3{}
  139. .Menu ul{}
  140. .Menu ul li {
  141.     list-style: none;
  142. }
  143. .Menu ul li a {
  144.     text-decoration: none;
  145.     color: black;
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement