Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *{
- margin:0;
- padding:0;
- border: border-box;
- }
- html{
- background-color: #fff;
- color:#555;
- font-family: 'Lato' , 'Arial',sans-serif;
- font-size:20px;
- font-weight:300;
- text-rendering: optimizeLegibility;
- }
- .row{
- max-width: 1140px;
- margin: 0 auto;
- }
- header{
- background-image: url(img/hero.jpg);
- height: 100vh;
- background-size: cover;
- background-position: center;
- }
- .hero-text-box{
- position: absolute;
- width: 1140px;
- top:50%;
- left:50%;
- transform: translate(-50%,-50%);
- }
- h1{
- margin:0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement