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