Answers for "transition text"

CSS
0

how to transition text color css

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

Browse Popular Code Answers by Language