Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #collage_container{
  2. height:100%;
  3. background: url(images/collage.jpg);
  4. background-size:cover;
  5. background-position:center;
  6. background-attachment:fixed;
  7. background-repeat:no-repeat
  8. }
  9.  
  10. <div id="collage_container">
  11. <div class="logo"><img src="images/mypinoy_logo.png"></div>
  12. <div class="tagline"><img src="images/tagline.png" /></div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement