cara mentransisikan warna teks CSS

nav a {
	transition: color 1s; /* For modern browsers */
}
Anthony Smith