Build a Quiz Webpage - Step 50

Tell us what’s happening:

I don’t understand why it’s not valid,Furthermore, even though it’s written correctly, the code hasn’t been valid for a while now; I have to rewrite the same thing a thousand times and I don’t know why.

Your code so far

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

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

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

}

/* 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/146.0.0.0 Safari/537.36

Challenge Information:

Build a Quiz Webpage - Step 50

Review the instructions carefully—you need to add all required properties to the nav > ul rule to properly handle small screens and text alignment.

Hi buddy, See here this is the given properties in the instructions which you need to do add in the code.

align-items: center;
padding-inline-start: 0;
margin-block: 0;
height: 100%;

Kindly check if these all properties added in your code or not ?

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