h1, h2{
font-family: Verdana sans-serif;
border-bottom: 4px solid #dfdfe2;
}
Hint: You should use an h2
element selector to target the h2
elements.
h1, h2{
font-family: Verdana sans-serif;
border-bottom: 4px solid #dfdfe2;
}
Hint: You should use an h2
element selector to target the h2
elements.
It helps if you provide a link to the challenge. Thanks