Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. body{
  2. background-image: url("../images/fb.jpg");
  3. background-size: cover;
  4. background-repeat: none;
  5. }
  6.  
  7. .wrapper {
  8. width: 100vw;
  9. }
  10. *{
  11. margin: 0;
  12. padding: 0;
  13. list-style: none;
  14. text-decoration: none;
  15. }
  16.  
  17. .header{
  18. width: 100%;
  19. height: 80px;
  20. display: block;
  21. background-color:white;
  22. /* position: absolute; */
  23. }
  24.  
  25. .header1{
  26. background-color: #8B8970;
  27. }
  28.  
  29. .fa {
  30. padding: 5px;
  31. font-size: 20px;
  32. width: 0px;
  33. text-align: center;
  34. text-decoration: none;
  35. margin: 2px -56px;
  36. height: 30px;
  37. }
  38.  
  39. .fa-facebook , .fa-twitter ,.fa-instagram {
  40. color: white;
  41. margin-left: 5%;
  42. }
  43.  
  44. .inner_header{
  45. width: 68%;
  46. height: 100%;
  47. display: block;
  48. margin: 0 auto;
  49. /* background-color: red; */
  50. }
  51.  
  52. .logo_container{
  53. height: 100%;
  54. display: table;
  55. float: left;
  56. }
  57.  
  58. .logo_container h1{
  59. color: #770000;
  60. height: 100%;
  61. display: table-cell;
  62. vertical-align: middle;
  63. font-family: 'Dancing Script';
  64. font-size: 50px;
  65. font-weight: 200px;
  66. }
  67.  
  68. .logo_container h1 span{
  69. font-weight: bold;
  70. }
  71.  
  72. .navigation{
  73. float: right;
  74. height: 100%;
  75. }
  76.  
  77. .navigation a{
  78. height: 100%;
  79. display: table;
  80. float: left;
  81. padding: 0px 20px;
  82. }
  83.  
  84. .navigation a :last-child{
  85. padding-right: 0;
  86. }
  87.  
  88. .navigation a li{
  89. display: table-cell;
  90. vertical-align: middle;
  91. height: 100%;
  92. color:#770000;
  93. font-family: 'Montserrat';
  94. font-size: 16px;
  95. }
  96. #header11 {
  97. width: 100%;
  98. }
  99. *{
  100. margin: 0;
  101. padding: 0;
  102. list-style: none;
  103. text-decoration: none;
  104. -webkit-tap-highlight-color: transparent;
  105. }
  106.  
  107. /* FOOTER */
  108. .footer{
  109. margin-top: 40px;
  110. width: 100%;
  111. display: block;
  112. padding: 20px 0;
  113. box-sizing: border-box;
  114. background-color: #8B8970;
  115. height: fit-content;
  116. }
  117.  
  118. .inner_footer{
  119. display: flex;
  120. justify-content: space-around;
  121. margin: 0 auto;
  122. width: 1100px;
  123. height: 100%;
  124. font-family: "Montserrat";
  125. font-size: 15px;
  126. color: white;
  127. }
  128.  
  129. .inner_footer .footer_third a {
  130. display: block;
  131. margin-top: 5px;
  132. color: white;
  133. }
  134. #comment{
  135. margin-left: 350px;
  136. }
  137. #boxcomment{
  138. margin-left: 300px;;
  139. }
  140.  
  141. #logoo:hover {
  142. cursor: pointer;
  143. }
  144. #logoo {
  145. color: #770000;
  146. background: none;
  147. border: 0px;
  148. padding-top: 6%;
  149. }
  150.  
  151. .phanhoi {
  152. padding: 2%;
  153. text-align: center;
  154. padding-top: 3%;
  155. font-family: 'Montserrat';
  156. font-size: 30px;
  157. }
  158.  
  159. .phanhoi1 {
  160. text-align: center;
  161. padding-left: 31%;
  162. padding-right: 31%;
  163. font-size: 20px;
  164. font-weight: bolder;
  165. }
  166. .phanhoi1dong1 {
  167. margin-left: 1%;
  168. }
  169. input {
  170. margin-left: 27%;
  171. margin-top: 3%;
  172. size: 25px;
  173. width: 50%;
  174. height: 6%;
  175. font-size: 20px;
  176. word-wrap: break-word;
  177. }
  178. .btn {
  179. color: white;
  180. margin-left: 50%;
  181. margin-top: 3%;
  182. }
  183. button {
  184. color: white;
  185. border-color: #00bafd;
  186. background-color: #00bafd;
  187. position: relative;
  188. display: inline-block;
  189. white-space: nowrap;
  190. vertical-align: middle;
  191. font-family: proxima-nova,sans-serif;
  192. font-weight: 400;
  193. text-align: center;
  194. text-decoration: none;
  195. line-height: normal;
  196. cursor: pointer;
  197. user-select: none;
  198. border-radius: 3px;
  199. border-width: 1px;
  200. border-style: solid;
  201. transition: background-color 150ms ease-in,border-color 150ms ease-in;
  202. font-size: 1em;
  203. color: inherit;
  204. padding: .5em 1.5em .6em;
  205. margin: 0 .125rem .5rem;
  206. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement