Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. section {
  2. position: relative;
  3. background: url(images/passion__shape.png) top center no-repeat;
  4. background-size: cover;
  5. height: 100%;
  6. top: -190px;
  7. }
  8.  
  9. section > img {
  10. position: absolute;
  11. left: 0;
  12. right: 0;
  13. margin: auto;
  14. max-height: 85%;
  15. width: auto;
  16. }
  17.  
  18. <section>
  19. <img src="images/img.png">
  20. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement