Answers for "css hover transition background color on text"

CSS
0

how to transition text color css

nav a {
	transition: color 1s; /* For modern browsers */
}
Posted by: Guest on October-24-2020

Code answers related to "css hover transition background color on text"

Browse Popular Code Answers by Language