Tell us what’s happening:
Your code so far
nav > ul {
display: flex;
justify-content: space-evenly;
}
ul{
display: flex;
flex-wrap: wrap;
align-items: center;
padding-inline-start: 0;
margin-block: 0;
height: 100%;
Challenge: Learn Accessibility by Building a Quiz - Step 50
Link to the challenge:
It is important to Tell us what’s happening in your own words.
Well, i am also confused.
i went to the hint section and is telling me to
give the ul a flex-wrap of wrap .
but i already did it.
Where did you find the instruction to add another instance of the same selector?
You have already had the required selector, just add properties and corresponding values to it.