Html/css quiz stuck on step 17

the step asks for me to target my h1 and h2 elements in css however its not being accepted. heres my code:

h1, h2 {

font-family: Verdana, Tahoma;

border-bottom: 4px solid #dfdfe2;

}

from what i can tell, this is right but when i check my code it says it’s wrong and the only feedback it gives me is " You should use an h2 element selector to target the h2 elements" which i’ve clearly done (unless im not seeing something). is it me or just the website?

this is currently preventing me from moving forward so would like to get it figured out quick.

Hello @jaypeeturchee can you post the link to your challenge it would be better to understand what step is challenging you.

yes! sorry this is my first time posting here so not sure how the format works

so the h1 and h2 first statement is correct. the others is supposed to only be for h2 and not apply to h1. so you have to create another h2{ where you put the directed items.

i definitely missed that. knew i needed fresh eyes. thank you so much!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.