Answers for "css li textcolor"

CSS
1

change text color li css

/*
li only changes its bullets color, if you want to change
the text, you must use the 'a' tag after the li
*/
li a{
    color: white;
}
Posted by: Guest on May-19-2021

Browse Popular Code Answers by Language