Advertisement
Guest User

Untitled

a guest
Sep 14th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. *{
  2. margin:0;
  3. padding:0;
  4. border: border-box;
  5.  
  6. }
  7.  
  8. html{
  9. background-color: #fff;
  10. color:#555;
  11. font-family: 'Lato' , 'Arial',sans-serif;
  12. font-size:20px;
  13. font-weight:300;
  14. text-rendering: optimizeLegibility;
  15. }
  16. .row{
  17. max-width: 1140px;
  18. margin: 0 auto;
  19.  
  20. }
  21. header{
  22. background-image: url(img/hero.jpg);
  23. height: 100vh;
  24. background-size: cover;
  25. background-position: center;
  26. }
  27. .hero-text-box{
  28. position: absolute;
  29. width: 1140px;
  30. top:50%;
  31. left:50%;
  32. transform: translate(-50%,-50%);
  33. }
  34. h1{
  35. margin:0;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement