Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. *{
  2.  
  3. margin:0px;
  4.  
  5. padding:0px;
  6.  
  7. box-sizing:border-box;
  8. }
  9. img{
  10. max-width:100%;
  11.  
  12. }
  13. .contenar{
  14.  
  15. width:85%;
  16. margin:auto;
  17. overflow:hidden;
  18. }
  19.  
  20. header{
  21.  
  22. background: #ddd;
  23.  
  24. height:200px;
  25. }
  26. header img{
  27.  
  28. height:200px;
  29. width:100%;
  30. }
  31. .logo{
  32.  
  33. width:20%;
  34.  
  35. float: left;
  36. }
  37. .logo img{
  38.  
  39. padding: 25px;
  40. }.title {
  41. width: 75%;
  42. float: left;
  43. text-align: center;
  44. vertical-align: middle;
  45. text-transform: uppercase;
  46. padding: 84px;
  47. font-size: 25px;
  48. color: tomato;
  49. }
  50.  
  51. menu{
  52.  
  53. height:50px;
  54. background:#2980b9;
  55. }
  56. menu ul{
  57. padding: 5px;
  58. }
  59. menu ul li{
  60.  
  61. list-style:none;
  62.  
  63. display:inline-table;
  64.  
  65. padding: 10px;
  66. }
  67. menu ul li a{
  68. text-decoration: none;
  69. color: white;
  70. }
  71.  
  72. .content{
  73. /* background:#8BC34A; */
  74. padding-top: 15px;
  75. overflow: hidden;
  76. }
  77. .left_content{width:80%;float:left;/* background:#607D8B; */overflow: hidden;}
  78.  
  79. .right_content{width:20%;float:left;margin-top: 10px;overflow: hidden;}
  80. .write_img {
  81. width: 25%;
  82. padding: 20px;
  83. float: left;
  84. }
  85.  
  86. .write_p {
  87. width: 75%;
  88. float: left;
  89. padding: 20px;
  90. color: #dc1515;
  91. line-height: 22px;
  92. letter-spacing: 1px;
  93. }
  94. .gallery{
  95. padding: 5px;
  96. border: dotted #ddd 3px;
  97. overflow: hidden;
  98. }
  99. .responsive {
  100. width: 25%;
  101. float: left;
  102. padding: 11px;
  103. }
  104. .dece {
  105. width: 100%;
  106. font-size: 5px;
  107. text-transform: uppercase;
  108. color: #5f5353;
  109. text-align: center;
  110. padding: 10px;
  111. }
  112. .section_title {
  113. text-align: center;
  114. padding: 10px;
  115. text-transform: uppercase;
  116. color: #5f5353;
  117. }
  118. .write {
  119. border: dotted #ddd 3px;
  120. margin-bottom: 20px;
  121. overflow: hidden;
  122. margin-top: 10px;
  123. }
  124. .gallery-responsive {
  125. width: 100%;
  126. border: solid 1px #ddd;
  127. padding: 2px;
  128. }
  129. .about_left {
  130. width: 75%;
  131. float: left;
  132. border: solid #ddd 1px;
  133. padding: 15px;
  134. margin-top: 10px;
  135. }
  136. .about_right {
  137. width: 25%;
  138. float: left;
  139. }
  140. .about-gallery {
  141. padding: 10px;
  142. border: solid #ddd 1px;
  143. margin-top: 10px;
  144. }
  145. .about-write_img {
  146. width: 40%;
  147. float: left;
  148. padding: 20px;
  149. }
  150.  
  151. .about-write_p {
  152. padding: 15px;
  153. color: #e80a0a;
  154. }
  155. footer {
  156. background: #272727;
  157. color: #ddd;
  158. height: 50px;
  159. font-family: serif;
  160. }
  161.  
  162. footer h1 {
  163. font-size: 12px;
  164. padding: 20px;
  165. text-transform: uppercase;
  166. letter-spacing: 0px;
  167. }
  168. .about {width: 100%;overflow: hidden;margin-bottom: 20px;}
  169. b {
  170. }
  171.  
  172. .video b {
  173. color: #03A9F4;
  174. font-size: 21px;
  175. text-align: center;
  176. padding-left: 40px;
  177. width: 100%;
  178. }
  179.  
  180. .video {
  181. border: solid #ddd 1px;
  182. }
  183.  
  184. video {
  185. width: 100%;
  186. height: 135px;
  187. margin-top: 5px;
  188. }
  189. .b {
  190. width: 100%;
  191. text-align: center;
  192. padding: 10px;
  193. background: #ddd;
  194. font-size: 20px;
  195. color: #615454;
  196. font-weight: 700;
  197. }
  198. .marquee {
  199. padding: 10px;
  200. border: solid #ddd 1px;
  201. text-align: center;
  202. line-height: 20px;
  203. letter-spacing: 1px;
  204. }
  205. .result_r {
  206. padding: 10px;
  207. border: solid #ddd 1px;
  208. text-align: center;
  209. line-height: 20px;
  210. letter-spacing: 1px;
  211. height: 150px;
  212. }
  213. .result {
  214. margin-top: 5px;
  215. }
  216. .recent {
  217. margin-top: 5px;
  218. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement