Guest User

Untitled

a guest
Aug 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div class="container">
  2. <div class="row">
  3. <div class="cpl-3">...</div>
  4. <div class="cpl-9">
  5. <div class="parallax" style="background-image: url('pic.jpg');"></div>
  6. </div>
  7. </div>
  8. </div>
  9.  
  10. .parallax {
  11. min-height: 300px;
  12. background-attachment: fixed;
  13. background-position: center;
  14. background-repeat: no-repeat;
  15. background-size: cover;
  16. }
  17.  
  18. max-width: 100%;
  19. max-height: 100%;
Add Comment
Please, Sign In to add comment