how to transition text color css

Solutions on MaxInterview for how to transition text color css by the best coders in the world

showing results for - "how to transition text color css"
Erik
27 Jul 2020
1nav a {
2	transition: color 1s; /* For modern browsers */
3}