Link to problem: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-17
My solution so far:
h1, h2 {
font-family: Verdana, Tahoma;
border-bottom: 4px solid #dfdfe2;
}
Can anyone tell me why it’s wrong?