Guest User

Untitled

a guest
Sep 3rd, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.68 KB | None | 0 0
  1. *{
  2.     margin: 0;
  3.     padding: 0;
  4.     box-sizing: border-box;
  5.     font-size: 20px;
  6. }
  7. .burg{
  8.     position: relative;
  9.     float: right;
  10.     padding-right: 50px;
  11.     padding-top: 20px;
  12.     cursor: pointer;
  13.     z-index: 3;
  14. }
  15. span.top,.middle,.bottom{
  16.     display: -webkit-flex;
  17.     display: flex;
  18.     margin: 8px;
  19.     width: 30px;
  20.     height: 1px;
  21.     background: #C3C3C3;
  22. }
  23. .menu{
  24.     display: none;
  25.     background: #fff;
  26.     width: 100%;
  27.     height: 100%;
  28.     justify-content: center;
  29.     align-items: center;
  30.     padding-top: 30px;
  31.     position: fixed;
  32.     z-index: 5;
  33.     opacity: 0.6;
  34. }
  35. .menu>ul>li{
  36.     list-style-type: none;
  37.     margin: 6px;
  38.     text-align: center;
  39.    
  40. }
  41. .menu>ul>li>a{
  42.     font-family: 'Roboto' , sans-serif;
  43.     font-weight: 400;
  44.     font-size: 3rem;
  45.     cursor: pointer;
  46.     letter-spacing: 1px;
  47.     color: black;
  48.     text-decoration: none;
  49. }
  50. .menu>ul>li>a:hover{
  51.     color: darkorange;
  52.    
  53. }
  54. .closem{
  55.     display: none;
  56.     position: relative;
  57.     float: right;
  58.     padding-right: 52px;
  59.     padding-top: 30px;
  60.     cursor: pointer;
  61.     z-index: 6;
  62.    
  63. }
  64. .left{
  65.     display: -webkit-flex;
  66.     display: flex;
  67.     cursor: pointer;
  68.     width: 30px;
  69.     height: 1px;
  70.     background: #000000;
  71.     transform: rotate(45deg);
  72.    
  73. }
  74. .right{
  75.     display: -webkit-flex;
  76.     display: flex;
  77.     cursor: pointer;
  78.     width: 30px;
  79.     height: 1px;
  80.     background: #000000;
  81.     transform: rotate(-45deg);
  82. }
  83. .title{
  84.     padding-bottom: 50px;
  85. }
  86. .title>h2{
  87.     color: #ffce00;
  88.     font-family: 'Roboto' , sans-serif;
  89.     font-size: 3rem;
  90.     font-weight: 500;  
  91.     margin-top: 200px;
  92. }
  93. .title>p{
  94.     color: white;
  95.     font-family: 'Roboto' , sans-serif;
  96. }
  97. #key-boxes{
  98.     background: url('../img/bg2.jpg') no-repeat;
  99.     max-width: 100%;
  100.     height: 995px;
  101. }
  102. .gold{
  103.     width: 220px;
  104.     height: 400px;
  105.     background-color: #e7e7e7;
  106. }
  107. .pricegold{
  108.     font-family: 'Cuprum' , sans-serif;
  109.     font-size: 3rem;
  110.     font-weight: 500;
  111.     position: relative;
  112.     z-index: 3;
  113.     color: white;
  114.     text-align: center;
  115.     margin-top: -140px;
  116. }
  117. .goldti{
  118.     width: 220px;
  119.     height: 130px;
  120. }
  121. .goldsub{
  122.     width: 80px;
  123.     height: 80px;
  124.     margin-left: 69px;
  125.     margin-top: -40px;
  126. }
  127. a.btgold{
  128.   font-weight: 700;
  129.   color: white;
  130.   text-decoration: none;
  131.   padding: .5em 2em .5em;
  132.   border-radius: 3px;
  133.   background: rgb(22, 72, 152);
  134.   box-shadow: 0 -3px rgb(0, 0, 0) inset;
  135.   transition: 0.2s;
  136.   margin-left: 32px;
  137.   margin-top: 3em;
  138. }
  139. a.btgold:hover { background: rgb(59, 120, 217); }
  140. a.btgold:active {
  141.   background: rgb(22, 72, 152);
  142.   box-shadow: 0 3px rgb(0, 0, 0) inset;
  143. }
  144. .silver{
  145.     width: 220px;
  146.     height: 400px;
  147.     background-color: #e7e7e7;
  148. }
  149. .pricesilver{
  150.     font-family: 'Cuprum' , sans-serif;
  151.     font-size: 3rem;
  152.     font-weight: 500;
  153.     position: relative;
  154.     z-index: 3;
  155.     color: white;
  156.     text-align: center;
  157.     margin-top: -140px;
  158. }
  159. .silverti{
  160.     width: 220px;
  161.     height: 130px;
  162. }
  163. .silversub{
  164.     width: 80px;
  165.     height: 80px;
  166.     margin-left: 69px;
  167.     margin-top: -40px;
  168. }
  169. a.btsilver{
  170.   font-weight: 700;
  171.   color: white;
  172.   text-decoration: none;
  173.   padding: .5em 2em .5em;
  174.   border-radius: 3px;
  175.   background: rgb(22, 72, 152);
  176.   box-shadow: 0 -3px rgb(0, 0, 0) inset;
  177.   transition: 0.2s;
  178.   margin-left: 32px;
  179.   margin-top: 3em;
  180. }
  181. a.btsilver:hover { background: rgb(59, 120, 217); }
  182. a.btsilver:active {
  183.   background: rgb(22, 72, 152);
  184.   box-shadow: 0 3px rgb(0, 0, 0) inset;
  185. }
  186. .bronze{
  187.     width: 220px;
  188.     height: 400px;
  189.     background-color: #e7e7e7;
  190. }
  191. .pricebronze{
  192.     font-family: 'Cuprum' , sans-serif;
  193.     font-size: 3rem;
  194.     font-weight: 500;
  195.     position: relative;
  196.     z-index: 3;
  197.     color: white;
  198.     text-align: center;
  199.     margin-top: -140px;
  200. }
  201. .bronzeti{
  202.     width: 220px;
  203.     height: 130px;
  204. }
  205. .bronzesub{
  206.     width: 80px;
  207.     height: 80px;
  208.     margin-left: 69px;
  209.     margin-top: -40px;
  210. }
  211. a.btbronze{
  212.   font-weight: 700;
  213.   color: white;
  214.   text-decoration: none;
  215.   padding: .5em 2em .5em;
  216.   border-radius: 3px;
  217.   background: rgb(22, 72, 152);
  218.   box-shadow: 0 -3px rgb(0, 0, 0) inset;
  219.   transition: 0.2s;
  220.   margin-left: 32px;
  221.   margin-top: 3em;
  222. }
  223. a.btbronze:hover { background: rgb(59, 120, 217); }
  224. a.btbronze:active {
  225.   background: rgb(22, 72, 152);
  226.   box-shadow: 0 3px rgb(0, 0, 0) inset;
  227. }
  228. .diamond{
  229.     width: 220px;
  230.     height: 400px;
  231.     background-color: #e7e7e7;
  232. }
  233. .pricediamond{
  234.     font-family: 'Cuprum' , sans-serif;
  235.     font-size: 3rem;
  236.     font-weight: 500;
  237.     position: relative;
  238.     z-index: 3;
  239.     color: white;
  240.     text-align: center;
  241.     margin-top: -140px;
  242. }
  243. .desc{
  244.     font-family: 'Open Sans', sans-serif;
  245.     font-size: 1.4rem;
  246.     text-align: center;
  247.     margin-top: 100px;
  248. }
  249. .diamondti{
  250.     width: 220px;
  251.     height: 130px;
  252. }
  253. .diamondsub{
  254.     width: 80px;
  255.     height: 80px;
  256.     margin-left: 69px;
  257.     margin-top: -40px;
  258. }
  259. a.btdiamond{
  260.   font-weight: 700;
  261.   color: white;
  262.   text-decoration: none;
  263.   padding: .5em 2em .5em;
  264.   border-radius: 3px;
  265.   background: rgb(22, 72, 152);
  266.   box-shadow: 0 -3px rgb(0, 0, 0) inset;
  267.   transition: 0.2s;
  268.   margin-left: 32px;
  269.   margin-top: 3em;
  270. }
  271. a.btdiamond:hover { background: rgb(59, 120, 217); }
  272. a.btdiamond:active {
  273.   background: rgb(22, 72, 152);
  274.   box-shadow: 0 3px rgb(0, 0, 0) inset;
  275. }
  276. #howwork{
  277.     background: url('../img/bg.png') no-repeat;
  278.     width: 100%;
  279.     height: 995px;
  280.     margin-top: 264.5px;
  281. }
  282. .titlework>h2{
  283.     color: #ffce00;
  284.     font-family: 'Roboto' , sans-serif;
  285.     font-size: 3rem;
  286.     font-weight: 500;  
  287.     border: 2px solid #ffce00;
  288.     padding: 2px 0 2px;
  289.     margin-top: 250px;
  290. }
Advertisement
Add Comment
Please, Sign In to add comment