Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 39

Tell us what’s happening:

Learn More About CSS Pseudo Selectors by Building A Balance sheet- Step39

Written the right selector but does not reflect on preview. Hint shows have to create a section selector. Still stuck at this step, any solutions?

section {
max-width: 40rem;
margin: 0 auto;
border: 2px solid #d0d0d5;

Your code so far

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

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

  font-size: 1.2em;

section {
  max-width: 40rem;
   margin: 0 auto;
   border: 2px solid #d0d0d5;
}

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

Challenge Information:

Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 39

You CSS here is malformed