Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. html
  2. <div class="cover"></div>
  3.  
  4. css
  5. .cover
  6. {
  7. background-image: url(..images/Section.jpg);
  8. background-size:cover;
  9. height: 100%;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement