Guest User

Untitled

a guest
Jul 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .landingBackground {
  2. background-image: url('../../images/adam-wilson-138927-unsplash.jpg');
  3. background-attachment: fixed;
  4. background-position: center;
  5. background-repeat: no-repeat;
  6. background-size: cover;
  7. position: relative;
  8. // use to set height of element to the view port
  9. // normally would use 100vh, but 93vh was used to compensate for the navbar
  10. height: 93vh;
  11. min-height: 93vh;
  12. }
Add Comment
Please, Sign In to add comment