Answers for "transition to change the color of text css"

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 "transition to change the color of text css"

Browse Popular Code Answers by Language