Tell us what’s happening:
It says I should use a section selector in my styles.css, but I did. tried retyping, copy-paste and reloading the site. It doesn’t recognize my section element and I don’t know what to do.
My code does not pass and the hint I get is to use a section selector.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
section{
width:80%;
margin:0 auto 10px;
max-width:600px;
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
Challenge Information:
Learn Accessibility by Building a Quiz - Step 51