0
CSS hover
How can I add multiple color when user hover btn?
6 Respostas
+ 3
animate
@keyframes
0
Use CSS gradient.
https://www.w3schools.com/css/css3_gradients.asp
0
Aymane Boukrouh No, I mean the color will change when the user hover. solid color not gradient, look here : https://www.tumblr.com , try to hover the logo in the top of the page
0
I misunderstood your question. You can simply do that with :hover
your_element:hover {
//your code
}
0
I know that, https://drive.google.com/file/d/1CEgYN0rv2iQA26tTKVMpj4Wpx7cnEACB/view?usp=drivesdk watch the video, like this
0
Gordon thank youu