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