?? Remove the border, and add 2rem of padding only to the top and bottom of each fieldset. Be sure to remove the padding from the left and right.

fielset{
border:none;
padding: 2rem 0px;
}

all looks correct to me… instead of 0px try ‘none’ or 0??? send the full challenge and I’ll try it out.

u typo “fielset”

correct “fieldset”

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