li a {
text-decoration: none;
font-family: cursive;
}
li a
will remove text-decoration from links inside both unordered and ordered list. i would specify ordered list (ol
) as part your css selectors
I am still having issues with this exercise.
ol li a {
text-decoration: none;
font-family: cursive;
}
I am still getting the error message.
What am I doing wrong?
you should make a new topic, so someone can help you_emphasized text_