(Created page with "<html> <style> #hype_it{ width: 250px !important; padding-top:0 !important; z-index: 1000 !important; } </style> </html>") |
|||
Line 6: | Line 6: | ||
padding-top:0 !important; | padding-top:0 !important; | ||
z-index: 1000 !important; | z-index: 1000 !important; | ||
+ | transition: width 0.5s; | ||
+ | } | ||
+ | |||
+ | #hype_it :hover{ | ||
+ | cursor: pointer; | ||
+ | width: 300px; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 08:49, 24 July 2016