Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1.  
  2. .phanhoi {
  3. margin-top: -2%;
  4. padding: 1%;
  5. text-align: center;
  6. padding-top: 3%;
  7. font-family: 'Dancing Script';
  8. font-size: 45px;
  9. font-weight: bolder;
  10. }
  11.  
  12. .phanhoi1 {
  13. margin-top: -1;
  14. font-family: 'Montserrat';;
  15. text-align: center;
  16. padding-left: 31%;
  17. padding-right: 31%;
  18. font-size: 25px;
  19. font-weight: bolder;
  20. }
  21. .phanhoi1dong1 {
  22. font-family: 'Montserrat';
  23. margin-left: 1%;
  24. }
  25. .ip1, .ip2 {
  26. font-family: 'Montserrat'!important;
  27. margin-left: 27% !important;
  28. margin-top: 2% !important;
  29. size: 25px !important;
  30. width: 50% !important;
  31. height: 6% !important;
  32. font-size: 25px !important;
  33. word-wrap: break-word !important;
  34. }
  35. .btn1 {
  36. font-family: 'Montserrat' !important;
  37. color: white !important;
  38. margin-left: 49% !important;
  39. margin-top: 2% !important;
  40. }
  41. .btn {
  42. font-family: 'Montserrat';
  43. color: white;
  44. border-color: #00bafd;
  45. background-color: #00bafd;
  46. position: relative;
  47. display: inline-block;
  48. white-space: nowrap;
  49. vertical-align: middle;
  50. font-family: proxima-nova,sans-serif;
  51. font-weight: 400;
  52. text-align: center;
  53. text-decoration: none;
  54. line-height: normal;
  55. cursor: pointer;
  56. user-select: none;
  57. border-radius: 3px;
  58. border-width: 1px;
  59. border-style: solid;
  60. transition: background-color 150ms ease-in,border-color 150ms ease-in;
  61. font-size: 1em;
  62. color: inherit;
  63. padding: .5em 1.5em .6em;
  64. margin: 0 .125rem .5rem;
  65. }
  66. #camon {
  67. color: red;
  68. font-family: 'Montserrat';
  69. padding-left: 32%;
  70. padding-right: 30%;
  71. font-size: 28px;
  72. text-align: center;
  73. font-weight: bolder;
  74.  
  75. }
  76.  
  77. body{
  78. background-image: url("../images/fb.jpg");
  79. background-size: cover;
  80. background-repeat: none;
  81. }
  82.  
  83. .wrapper {
  84. width: 100vw;
  85. }
  86. /* HEADER */
  87.  
  88.  
  89. #search {
  90. font-family: 'Dancing Script';
  91. color: black;
  92. border-color: black;
  93. background-color: white;
  94. position: relative;
  95. display: inline-block;
  96. white-space: nowrap;
  97. vertical-align: middle;
  98. font-family: proxima-nova,sans-serif;
  99. font-weight: 400;
  100. text-align: center;
  101. text-decoration: none;
  102. line-height: normal;
  103. cursor: pointer;
  104. user-select: none;
  105. border-radius: 3px;
  106. border-width: 1px;
  107. border-style: solid;
  108. transition: background-color 150ms ease-in,border-color 150ms ease-in;
  109. font-size: 1em;
  110. color: inherit;
  111. padding: .25em 0.75em .3em;
  112. margin: 0 .125rem .2rem;
  113. }
  114. /* .abc {
  115. max-width: 1495px !important;
  116. } */
  117. #logoo {
  118. background: none;
  119. border: 0px;
  120. margin-left: -1%;
  121. }
  122. #logo {
  123. font-weight: bolder;
  124. }
  125. #logo:hover {
  126. cursor: pointer;
  127. }
  128.  
  129. .header{
  130. height: 50px;
  131. display: block;
  132. background-color: #8B8970;
  133. }
  134. .header-2{
  135. height: 80px;
  136. display: block;
  137. background-color: white;
  138. }
  139.  
  140. .group-icons{
  141. background: #8B8970;
  142. height: 45px;
  143. display: flex;
  144. flex-direction: column;
  145. justify-content: center;
  146. }
  147.  
  148. .icon-groups{
  149. margin-right: 5px;
  150. color: white;
  151. }
  152.  
  153. .inner-header{
  154. width: 90%;
  155. height: 100%;
  156. display: block;
  157. margin: 0 auto;
  158. display: flex;
  159. justify-content: end;
  160. /* background-color: red; */
  161. }
  162. .selection {
  163. display: flex;
  164. justify-content: flex-end;
  165. text-decoration: none;
  166. }
  167.  
  168. .logo_container h1{
  169. color: #770000;
  170. height: 100%;
  171. display: table-cell;
  172. vertical-align: middle;
  173. font-family: 'Dancing Script';
  174. font-size: 50px;
  175. font-weight: 200px
  176. }
  177. .menu-selection {
  178. display: flex;
  179. flex-direction: column;
  180. justify-content: center;
  181. height: 100%;
  182. }
  183.  
  184. .menu-selection a{
  185. margin-right: 10px;
  186. font-weight: bold;
  187. font-family: 'Montserrat';
  188. color: #770000;
  189. vertical-align: middle;
  190. }
  191. .logo_container h1 span{
  192. font-weight: bold;
  193.  
  194. }
  195. .menu-navigation{
  196. background: white;
  197. }
  198.  
  199. .navigation{
  200. display: flex;
  201. float: right;
  202. height: 100%;
  203. }
  204.  
  205. .navigation a{
  206. height: 100%;
  207. display: table;
  208. float: left;
  209. padding: 0px 20px;
  210. }
  211.  
  212. .navigation a :last-child{
  213. padding-right: 0;
  214. }
  215.  
  216. .navigation a li{
  217. display: table-cell;
  218. vertical-align: middle;
  219. height: 100%;
  220. color:#770000;
  221. font-family: 'Montserrat';
  222. font-size: 16px;
  223. }
  224. #header11 {
  225. width: 100%;
  226. }
  227.  
  228. /* HET HEADER */
  229.  
  230. /* FOOTER */
  231. .footer{
  232. margin-top: 20px;
  233. display: block;
  234. padding: 20px 0;
  235. box-sizing: border-box;
  236. background-color: #8B8970;
  237. height: fit-content;
  238. }
  239.  
  240. .inner_footer{
  241. display: flex;
  242. justify-content: space-around;
  243. margin: 0 auto;
  244. width: 100%;
  245. height: 100%;
  246. font-family: "Montserrat";
  247. font-size: 15px;
  248. color: white;
  249. }
  250.  
  251. .inner_footer .footer_third a {
  252. display: block;
  253. margin-top: 5px;
  254. color: white;
  255. }
  256. #comment{
  257. margin-left: 350px;
  258. }
  259. #boxcomment{
  260. margin-left: 300px;;
  261. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement