Guest User

Untitled

a guest
May 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class="header-image">
  2. <img src="smesh-colour-hires.png">
  3. </div>
  4.  
  5. .header-image {
  6. background-image: url("animals-deep-ocean-deep-sea-130621.jpg");
  7. background-size: cover;
  8. background-position: center;
  9. height: 500px;
  10. margin: auto;
  11. display:flex;
  12. align-items:center;
  13. justify-content:center;
  14. }
  15.  
  16. .header-image img{
  17. max-width: 800px;
  18. }
Add Comment
Please, Sign In to add comment