Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. .wrapper{
  2. width: 85%;
  3. min-width: 970px;
  4. max-width: 1500px;
  5. margin: auto;
  6. padding: 0.3%;
  7. }
  8.  
  9. #div2
  10. {
  11. position: relative;
  12. width: 100%;
  13. overflow: visible;
  14. }
  15.  
  16. #div2 img
  17. {
  18. position: absolute;
  19. bottom: 100%;
  20. right: 0;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement