Advertisement
tragical

FOR VINTAGEFLAWS - - Hover code

Jun 15th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #content{
  2. -webkit-transition: all 1s ease;
  3. -moz-transition: all 1s ease;
  4. -ms-transition: all 1s ease;
  5. -o-transition: all 1s ease;
  6. transition: all 1s ease;
  7. -webkit-opacity: 0;
  8. -moz-opacity: 0;
  9. opacity: 0;
  10. }
  11.  
  12. #content:hover{
  13. -webkit-opacity: 0.9;
  14. -moz-opacity: 0.9;
  15. opacity: 0.9;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement