Building a Quiz, lesson 49

when i submit my code, the hint says i need to put a margin-block of 0, which you can see i have in my code below, but it still wont except it, dont know if there a bug or some minor detail im not aware of, please help

Your code so far
nav > ul {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
align-items: center;
padding-inline-start: 0;
margin-block: 0;
height: 100%;
}
WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

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

Challenge: Step 49

Link to the challenge:

Your browser does not support logical properties

Use an updated browser. Use whatever browser you can that will let you update it to the most current version.

As you are on Windows 10 I see no reason why you are using such an old version of Chrome.


If you can’t update you can try this

In the address bar put in Chrome://flags

Search for “Experimental Web Platform Features” and set it to Enable.

This may or may not work.

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