(What am I doing wrong here?) Learn Accessibility by Building a Quiz - Step 17

My hint says " You should use an h2 element selector to target the h2 elements."
With this code…

h1, h2 {
font-family: Verdana, sans-serif;
border-bottom: 4px solid #dfdfe2;
}

It is asking for multiple selectors for h1 and h2. Using this code the changes are made to both elements but I am unable to pass the step. I do not know why. Someone, please help.





       **Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36</code>

**Challenge:**  Learn Accessibility by Building a Quiz - Step 17

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-17

Nevermind… Had trouble reading directions. The border was only supposed to be applied to the h2 selector.

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