+ 1
How to use :hover and rotate ?
Hi guys I'm learning HTML and CSS , and I cannot figure out how to use rotate and :hover to rotate an element when hovering on it . Can someone help ?
2 Answers
+ 6
https://code.sololearn.com/WVAZR81Lu8cR/?ref=app
Here i made a little example, you can simply use :hover {
transform: rotate (deg)
}
Hope I helped you đ
Happy coding đ
+ 1
ă
Gliraâ· ă
tnx man , you helped me alot.