Learn Accessibility by Building a Quiz - Step 50

Tell us what’s happening:

i tried but still can’t find the error in this step

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

nav > ul {
  display: flex;
  justify-content: space-evenly;

}
nav ul{
  display:flex;
  flex-wrap:wrap;   
  align-items: center;
  padding-inline-start: 0;
  margin-block: 0;
  height: 100%
}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 50

Hi @vuthnarak2005

You created two selectors. You should only have one.

Happy coding

1 Like