Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. }
  7.  
  8. .header{
  9.  
  10. width: 101%;
  11. height: 80px;
  12. display: block;
  13. background-color:white;
  14. /* position: absolute; */
  15. }
  16.  
  17. .header1{
  18. background-color: #8B8970;
  19. }
  20.  
  21. .fa {
  22. padding: 5px;
  23. font-size: 20px;
  24. width: 20px;
  25.  
  26. text-align: center;
  27.  
  28. text-decoration: none;
  29. margin: 2px 2px;
  30. height: 30px;
  31.  
  32.  
  33. }
  34.  
  35. .fa-facebook , .fa-twitter ,.fa-instagram {
  36. color: white;
  37.  
  38.  
  39.  
  40. }
  41. .inner_header{
  42. width: 100%;
  43. height: 100%;
  44. display: block;
  45. /* margin: 0 auto; */
  46. /* background-color: red; */
  47. }
  48.  
  49. .logo_container{
  50. height: 100%;
  51. display: table;
  52. float: left;
  53. }
  54.  
  55. .logo_container h1{
  56. color: #770000;
  57. height: 100%;
  58. display: table-cell;
  59. vertical-align: middle;
  60. font-family: 'Dancing Script';
  61. font-size: 50px;
  62. font-weight: 200px;
  63. }
  64.  
  65. .logo_container h1 span{
  66. font-weight: bold;
  67.  
  68. }
  69.  
  70. .navigation{
  71. float: right;
  72. height: 100%;
  73. }
  74.  
  75. .navigation a{
  76. height: 100%;
  77. display: table;
  78. float: left;
  79. padding: 0px 20px;
  80. }
  81.  
  82. .navigation a :last-child{
  83. padding-right: 0;
  84. }
  85.  
  86. .navigation a li{
  87. display: table-cell;
  88. vertical-align: middle;
  89. height: 100%;
  90. color:#770000;
  91. font-family: 'Montserrat';
  92. font-size: 16px;
  93. }
  94. #header11 {
  95. width: 100%;
  96. }
  97.  
  98.  
  99. /* FOOTER */
  100. .footer{
  101. margin-top: 40px;
  102. width: 100vw;
  103. display: block;
  104. padding: 20px 0;
  105. box-sizing: border-box;
  106. background-color: #8B8970;
  107. height: 32%;
  108. }
  109.  
  110. .inner_footer{
  111. display: flex;
  112. justify-content: space-around;
  113. margin: 0 auto;
  114. width: 1100px;
  115. height: 100%;
  116. font-family: "Montserrat";
  117. font-size: 15px;
  118. color: white;
  119. }
  120.  
  121. .inner_footer .footer_third a {
  122. display: block;
  123. margin-top: 5px;
  124. color: white;
  125. }
  126.  
  127. .footer{
  128. margin-top: 40px;
  129. width: 100vw;
  130. display: block;
  131. padding: 20px 0;
  132. box-sizing: border-box;
  133. background-color: #8B8970;
  134. height: 32%;
  135. }
  136.  
  137. .inner_footer{
  138. display: flex;
  139. justify-content: space-around;
  140. margin: 0 auto;
  141. width: 1100px;
  142. height: 100%;
  143. font-family: "Montserrat";
  144. font-size: 15px;
  145. color: white;
  146. }
  147.  
  148. .inner_footer .footer_third a {
  149. display: block;
  150. margin-top: 5px;
  151. color: white;
  152. }
  153.  
  154.  
  155. .content {
  156. font-family: 'Bebas Neue', cursive;
  157. }
  158.  
  159. .bg-image {
  160. /* The image used */
  161. background-image: url("page2bg.jpg");
  162.  
  163. /* Add the blur effect */
  164. filter: blur(8px);
  165. -webkit-filter: blur(8px);
  166.  
  167. /* Full height */
  168. height: 120%;
  169.  
  170. /* Center and scale the image nicely */
  171. background-size: cover;
  172. background-repeat: no-repeat;
  173. background-position: center center;
  174. }
  175.  
  176. .quotesau {
  177. font-size: 160%;
  178. background-color: rgb(0,0,0); /* Fallback color */
  179. background-color: rgba(61, 53, 53, 0.4); /* Black w/opacity/see-through */
  180. color: white;
  181. border: 3px solid #f1f1f1;
  182. position: absolute;
  183. top: 25%;
  184. left: 50%;
  185. transform: translate(-50%, -50%);
  186. z-index: 2;
  187. width: 50%;
  188. padding: 20px;
  189. text-align: center;
  190. }
  191.  
  192. .ex {
  193. display: inline-block;
  194. margin-left: 30px;
  195. }
  196.  
  197. .bottom {
  198. position: absolute;
  199. display: flex;
  200. justify-content: space-around;
  201. top: 50%;
  202. }
  203.  
  204. #get-plan {
  205. font-size: 160%;
  206. width: 10%;
  207. height: 10%;
  208. font-family: 'Bebas Neue', cursive;
  209. position: absolute;
  210. top: 110%;
  211. right: 47%;
  212. color: white;
  213. border-radius: 25px;
  214. background-color: rgb(0,0,0); /* Fallback color */
  215. background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  216. border: 3px solid #f1f1f1;
  217. cursor: pointer;
  218. }
  219.  
  220. #get-plan:hover, .banner:hover {
  221. background-color: white;
  222. color: black;
  223. }
  224.  
  225. .banner {
  226. padding-top: 10px;
  227. padding-bottom: 10px;
  228. font-size: 140%;
  229. background-color: rgb(0,0,0); /* Fallback color */
  230. background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  231. color: white;
  232. border: 3px solid #f1f1f1;
  233. text-align: center;
  234. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement