Tell us what’s happening:
I don’t know what’s wrong with my code.
X: Sorry, your code does not pass. Don’t give up.
HINT: You should have an h1 .flex span:first-of-type
selector.
Your code so far
This is my code I’m trynna use
h1 .flex span:first-of-type{
font-size: 0.7em;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Challenge Information:
Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 37