Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #wrap {
  2. position: relative;
  3. }
  4.  
  5. #wrap img {
  6. position: relative;
  7. z-index: 20;
  8. transform: scale(1, 1);
  9. transition: scale .5s ease;
  10. }
  11.  
  12. #wrap p {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. z-index: 30;
  17. }
  18.  
  19. #other-div p {
  20. position: relative;
  21. z-index: 10;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement