Guest User

Untitled

a guest
Sep 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. codepen.io/enrico1337/pen/xaeZMP
  2.  
  3. header {
  4. position: relative;
  5. padding: 7em;
  6. background-image: url("https://images.unsplash.com/photo-1532274402911-5a369e4c4bb5?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=81a5f1725ca68c549e0054dcfdf269de&auto=format&fit=crop&w=1950&q=80");
  7. background-size: cover;
  8. background-repeat: no-repeat;
  9. height: calc(100vh - 14em);
  10. overflow: hidden;
  11. }
Add Comment
Please, Sign In to add comment