Guest User

Untitled

a guest
Apr 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // HTML
  2. <div class="hero">
  3.  
  4. </div> <!-- End Hero -->
  5.  
  6. // SCSS
  7. .hero {
  8. position: relative;
  9. width: 100%;
  10. height: 100vh;
  11. min-height: 420px;
  12. }
  13.  
  14. // JS
  15. $('.hero').css('height', $(window).height() - headerHeight);
Add Comment
Please, Sign In to add comment