Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. header {
  2. position: relative;
  3. min-height: auto;
  4. text-align: center;
  5. color: #fff;
  6. width: 100%;
  7. background-image: url('../img/landing.jpg');
  8. background-position: fixed;
  9. background-attachment: fixed;
  10. -webkit-background-size: cover;
  11. -moz-background-size: cover;
  12. background-size: cover;
  13. -o-background-size: cover;
  14. }
  15.  
  16. header .header-content {
  17. position: relative;
  18. background-color: rgba(0, 0, 0, 0.616);
  19. color: rgb(255, 255, 255);
  20. width: 100%;
  21. height: 100%;
  22. padding: 100px 15px;
  23. text-align: center;
  24. z-index: 2;
  25. }
  26.  
  27. header .header-content .inner h1 {
  28. margin-top: 25%;
  29. margin-bottom: 0;
  30. }
  31.  
  32. header .header-content .inner p {
  33. margin-bottom: 50px;
  34. font-size: 16px;
  35. font-weight: 300;
  36. color: rgba(255,255,255,0.7);
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement