caity_hillier

Untitled

Jul 31st, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .saymyname img{
  2. width: 100%;
  3. height: 150px;
  4.  
  5. }
  6.  
  7. .bills{
  8. opacity: 0;
  9. width: 100%;
  10. height: 100px;
  11. z-index: 9999;
  12. margin-top: -170px;
  13. -webkit-transition: 1.2s ease-in-out;
  14. -moz-transition: 1.2s ease-in-out;
  15. -ms-transition: 1.2s ease-in-out;
  16. }
  17.  
  18. .bills:hover{
  19. opacity: 1;
  20. -webkit-transition: 1.2s ease-in-out;
  21. -moz-transition: 1.2s ease-in-out;
  22. -ms-transition: 1.2s ease-in-out;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment