+ 2
Floating affect
I want to know how to make an element appear to float when the mouse is over it using js or CSS. Can anyone help me?
1 Resposta
- 1
Use transition on the element you want to hover over, and on hover add scale(), or box shadow...or combine both... Try it, play around... It will inspire you further...