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

Tell us what’s happening:

I have followed the instructions explictly. I do not understand how to proceed further. This is really getting on my nerves.

Your code so far

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

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

h1 .flex span:first-of-type {
  font-size: 0.7em;
}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0

Challenge Information:

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

Hi there and welcome to our community!

Your code looks correct but you may have an issue elsewhere in your CSS. Have you lost the closing curly bracket from the previous selector perhaps?

1 Like