How to create hover effect ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create hover effect ??

11th Jul 2020, 3:38 PM
Laurent Karume
Laurent Karume - avatar
2 Answers
11th Jul 2020, 3:40 PM
Gordon
Gordon - avatar
+ 1
Use pseudo class ::hover And for better visual use transition in css Ex :- button{ padding: 5px 15 px; transition: all 0.35s ease-in; } button:hover{ color: blue; }
14th Jul 2020, 12:48 PM
Prasad Tupe
Prasad Tupe - avatar