Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *{
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- font-size: 20px;
- }
- .burg{
- position: relative;
- float: right;
- padding-right: 50px;
- padding-top: 20px;
- cursor: pointer;
- z-index: 3;
- }
- span.top,.middle,.bottom{
- display: -webkit-flex;
- display: flex;
- margin: 8px;
- width: 30px;
- height: 1px;
- background: #C3C3C3;
- }
- .menu{
- display: none;
- background: #fff;
- width: 100%;
- height: 100%;
- justify-content: center;
- align-items: center;
- padding-top: 30px;
- position: fixed;
- z-index: 5;
- opacity: 0.6;
- }
- .menu>ul>li{
- list-style-type: none;
- margin: 6px;
- text-align: center;
- }
- .menu>ul>li>a{
- font-family: 'Roboto' , sans-serif;
- font-weight: 400;
- font-size: 3rem;
- cursor: pointer;
- letter-spacing: 1px;
- color: black;
- text-decoration: none;
- }
- .menu>ul>li>a:hover{
- color: darkorange;
- }
- .closem{
- display: none;
- position: relative;
- float: right;
- padding-right: 52px;
- padding-top: 30px;
- cursor: pointer;
- z-index: 6;
- }
- .left{
- display: -webkit-flex;
- display: flex;
- cursor: pointer;
- width: 30px;
- height: 1px;
- background: #000000;
- transform: rotate(45deg);
- }
- .right{
- display: -webkit-flex;
- display: flex;
- cursor: pointer;
- width: 30px;
- height: 1px;
- background: #000000;
- transform: rotate(-45deg);
- }
- .title{
- padding-bottom: 50px;
- }
- .title>h2{
- color: #ffce00;
- font-family: 'Roboto' , sans-serif;
- font-size: 3rem;
- font-weight: 500;
- margin-top: 200px;
- }
- .title>p{
- color: white;
- font-family: 'Roboto' , sans-serif;
- }
- #key-boxes{
- background: url('../img/bg2.jpg') no-repeat;
- max-width: 100%;
- height: 995px;
- }
- .gold{
- width: 220px;
- height: 400px;
- background-color: #e7e7e7;
- }
- .pricegold{
- font-family: 'Cuprum' , sans-serif;
- font-size: 3rem;
- font-weight: 500;
- position: relative;
- z-index: 3;
- color: white;
- text-align: center;
- margin-top: -140px;
- }
- .goldti{
- width: 220px;
- height: 130px;
- }
- .goldsub{
- width: 80px;
- height: 80px;
- margin-left: 69px;
- margin-top: -40px;
- }
- a.btgold{
- font-weight: 700;
- color: white;
- text-decoration: none;
- padding: .5em 2em .5em;
- border-radius: 3px;
- background: rgb(22, 72, 152);
- box-shadow: 0 -3px rgb(0, 0, 0) inset;
- transition: 0.2s;
- margin-left: 32px;
- margin-top: 3em;
- }
- a.btgold:hover { background: rgb(59, 120, 217); }
- a.btgold:active {
- background: rgb(22, 72, 152);
- box-shadow: 0 3px rgb(0, 0, 0) inset;
- }
- .silver{
- width: 220px;
- height: 400px;
- background-color: #e7e7e7;
- }
- .pricesilver{
- font-family: 'Cuprum' , sans-serif;
- font-size: 3rem;
- font-weight: 500;
- position: relative;
- z-index: 3;
- color: white;
- text-align: center;
- margin-top: -140px;
- }
- .silverti{
- width: 220px;
- height: 130px;
- }
- .silversub{
- width: 80px;
- height: 80px;
- margin-left: 69px;
- margin-top: -40px;
- }
- a.btsilver{
- font-weight: 700;
- color: white;
- text-decoration: none;
- padding: .5em 2em .5em;
- border-radius: 3px;
- background: rgb(22, 72, 152);
- box-shadow: 0 -3px rgb(0, 0, 0) inset;
- transition: 0.2s;
- margin-left: 32px;
- margin-top: 3em;
- }
- a.btsilver:hover { background: rgb(59, 120, 217); }
- a.btsilver:active {
- background: rgb(22, 72, 152);
- box-shadow: 0 3px rgb(0, 0, 0) inset;
- }
- .bronze{
- width: 220px;
- height: 400px;
- background-color: #e7e7e7;
- }
- .pricebronze{
- font-family: 'Cuprum' , sans-serif;
- font-size: 3rem;
- font-weight: 500;
- position: relative;
- z-index: 3;
- color: white;
- text-align: center;
- margin-top: -140px;
- }
- .bronzeti{
- width: 220px;
- height: 130px;
- }
- .bronzesub{
- width: 80px;
- height: 80px;
- margin-left: 69px;
- margin-top: -40px;
- }
- a.btbronze{
- font-weight: 700;
- color: white;
- text-decoration: none;
- padding: .5em 2em .5em;
- border-radius: 3px;
- background: rgb(22, 72, 152);
- box-shadow: 0 -3px rgb(0, 0, 0) inset;
- transition: 0.2s;
- margin-left: 32px;
- margin-top: 3em;
- }
- a.btbronze:hover { background: rgb(59, 120, 217); }
- a.btbronze:active {
- background: rgb(22, 72, 152);
- box-shadow: 0 3px rgb(0, 0, 0) inset;
- }
- .diamond{
- width: 220px;
- height: 400px;
- background-color: #e7e7e7;
- }
- .pricediamond{
- font-family: 'Cuprum' , sans-serif;
- font-size: 3rem;
- font-weight: 500;
- position: relative;
- z-index: 3;
- color: white;
- text-align: center;
- margin-top: -140px;
- }
- .desc{
- font-family: 'Open Sans', sans-serif;
- font-size: 1.4rem;
- text-align: center;
- margin-top: 100px;
- }
- .diamondti{
- width: 220px;
- height: 130px;
- }
- .diamondsub{
- width: 80px;
- height: 80px;
- margin-left: 69px;
- margin-top: -40px;
- }
- a.btdiamond{
- font-weight: 700;
- color: white;
- text-decoration: none;
- padding: .5em 2em .5em;
- border-radius: 3px;
- background: rgb(22, 72, 152);
- box-shadow: 0 -3px rgb(0, 0, 0) inset;
- transition: 0.2s;
- margin-left: 32px;
- margin-top: 3em;
- }
- a.btdiamond:hover { background: rgb(59, 120, 217); }
- a.btdiamond:active {
- background: rgb(22, 72, 152);
- box-shadow: 0 3px rgb(0, 0, 0) inset;
- }
- #howwork{
- background: url('../img/bg.png') no-repeat;
- width: 100%;
- height: 995px;
- margin-top: 264.5px;
- }
- .titlework>h2{
- color: #ffce00;
- font-family: 'Roboto' , sans-serif;
- font-size: 3rem;
- font-weight: 500;
- border: 2px solid #ffce00;
- padding: 2px 0 2px;
- margin-top: 250px;
- }
Advertisement
Add Comment
Please, Sign In to add comment