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

Tell us what’s happening:

Sorry, your code does not pass. Hang in there.

You should have an h1 selector.

Your code so far

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

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

  color: #0a0a23;
  }
h1 {
max-width: 37.25rem;
margin: 0 auto;
padding: 1.5rem 1.25rem;
}


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

Challenge Information:

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

Hi there and welcome to our community!

Your h1 selector and code look correct but you may have an error elsewhere in your CSS file. Can you post the full CSS code please?