Tell us what’s happening:
It’s my code which follows the requirement but still can’t work:
nav li {
color: #dfdfe2;
margin: 0 0.2rem;
padding: 0.2rem;
display: block;
}
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
nav li {
color: #dfdfe2;
margin: 0 0.2rem;
padding: 0.2rem;
display: block;
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Challenge Information:
Learn Accessibility by Building a Quiz - Step 45