Can you help me here? I don’t know what I do wrong there…
:not(:last-of-fieldset) {
border-bottom: 3px solid #3b3b4f;
}
Link to challenge:
Can you help me here? I don’t know what I do wrong there…
:not(:last-of-fieldset) {
border-bottom: 3px solid #3b3b4f;
}
Link to challenge:
I got it.
fieldset:not(:last-of-type) {
border-bottom: 3px solid #3b3b4f;
}
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.