Evenly Space flexbox

please i am having issues with step 13 for the Learn accessibility by building a quiz. below is the link and my code.

nav ul{

justify-content: space-evenly;

}

Do you see the hint below the “Check Your Code” button? It is telling you exactly what is wrong.

Now whether you really need that much specificity in this rule is another question. But that’s what the test is expecting so you have to do it :slight_smile:

I have solved it. what is the meaning of nav > ul?

CSS Child combinator

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.