Facebook
From Damir, 3 Years ago, written in CSS.
This paste is a reply to HTML from Damir - view diff
Embed
Download Paste or View Raw
Hits: 79
  1. *{
  2.     box-sizing: border-box;
  3.     margin: 0;
  4.     padding: 0
  5. }
  6.  
  7. .conteiner{
  8.     width:1140px;
  9.     margin: 0 auto
  10. }
  11.  
  12. .promo{
  13.     height: 800px;
  14.     background: url('../img/BackGround/Rectangle1.jpg') center center/cover no-repeat;
  15.     padding: 39px 0 62px 0;
  16. }
  17.  
  18. .logo .logo_img  {
  19.     display: block;
  20.     margin: 0 auto;
  21. }
  22.  
  23. .logo .logo_text{
  24.     font-family: Roboto-Black;
  25.     font-size: 15px;
  26.     line-height: 24px;
  27.     font-weight: 500;
  28.     text-transform: uppercase;
  29.     color: #ffffff;
  30.     text-align: center;
  31.     margin-top: 14px;
  32. }
  33.  
  34. .title{
  35.     font-family: Roboto;
  36.     font-size: 41px;
  37.     line-height: 24px;
  38.     font-weight: 900;
  39.     text-transform: uppercase;
  40.     color: #f9bf3b;
  41.     text-align: center;
  42. }
  43. .simple .title_big {
  44.     font-family: Roboto;
  45.     font-size: 80px;
  46.     font-weight: 900;
  47.     text-transform: uppercase;
  48.     color: #ffffff;
  49.     text-align: center;
  50.     margin-top: 21px;
  51. }
  52.  
  53. h1{
  54.     margin-top: 53px;
  55. }
  56.  
  57. h2.title {
  58.     margin-top: 30px;
  59. }
  60.  
  61. .promo .promo_text{
  62.     font-family: Roboto;
  63.     font-size: 21px;
  64.     line-height: 28px;
  65.     font-weight: 300;
  66.     color: #ffffff;
  67.     text-align: center;
  68.     padding: 0 13px;
  69.     margin-top: 23px;
  70. }
  71.  
  72. .promo .promo_text span{
  73.     font-weight: 700;
  74.     color: #f9bf3b;
  75. }
  76.  
  77. .promo .promo_btn {
  78.     display: block;
  79.     margin: 0 auto;
  80.     margin-top: 69px;
  81.     width: 321px;
  82.     height: 80px;
  83.     background-image: linear-gradient(0.0deg, #2798b9 0%, #3ab6da 100%);
  84.     border: 4px solid rgba(0,0,0,0.22);
  85.     font-family: "Roboto Condensed";
  86.     font-size: 21px;
  87.     line-height: 24px;
  88.     font-weight: 400;
  89.     text-transform: uppercase;
  90.     color: #ffffff;
  91.     cursor: pointer;
  92. }
  93.  
  94. .more {
  95.     margin-top: 73px;
  96.  
  97. }
  98. .more .more_text {
  99.     font-family: "Roboto";
  100.     font-size: 15px;
  101.     line-height: 24px;
  102.     font-weight: 100;
  103.     text-transform: uppercase;
  104.     color: #ffffff;
  105.     text-align: center;
  106. }
  107.  
  108. .more .more_img {
  109.     display: block;
  110.     margin: 0  auto;
  111.     margin-top: 13px;
  112.  
  113. }
  114.  
  115. .waiting{
  116.     height: 604px;
  117.     background-color: #efefef;
  118.     padding: 0px 85px 0px 75px;
  119. }
  120.  
  121. .waiting .waiting_header{
  122.     font-family: 'Roboto';
  123.     font-size: 30px;
  124.     font-weight: 400;
  125.     text-transform: uppercase;
  126.     color: #252525;
  127.     text-align: center;
  128. }
  129.  
  130. .waiting .waiting_divider{
  131.     width: 217px;
  132.     height: 4px;
  133.     background-color: #f9bf3b;
  134.     margin: 0 auto;
  135.     margin-top: 18px
  136. }
  137.  
  138. .waiting .waiting_subheader {
  139.     font-family: Roboto;
  140.     font-size: 23px;
  141.     font-weight: 400;
  142.     color: #4a4a4a;
  143.     text-align: center;
  144.     margin-top: 17px;
  145. }
  146.  
  147. .waiting .waiting_wrapper {
  148.     margin-top: 45px;
  149. }
  150.  
  151. .waiting .waiting_wrapper .waiting_item{
  152.     display: inline-block;
  153.     vertical-align: top;
  154.     width: 339px;
  155.     text-align: center;
  156.     margin: 0 15px;
  157. }
  158.  
  159. .waiting .waiting_wrapper .waiting_item .waiting_img {
  160.     width: 100%;
  161. }
  162.  
  163. .waiting .waiting_wrapper .waiting_item .waiting_descr{
  164.     margin-top: 33px;
  165.     font-family: Roboto;
  166.     font-size: 15px;
  167.     line-height: 21px;
  168.     font-weight: 300;
  169.     color: #4a4a4a;
  170. }