You have deleted the width: 60% from the input[type="submit"].
You were not asked to do that, you will have to add it back to the code for the tests to pass.
The step has asked you to only add a new min-width property and to change the margins of the input[type="submit"].
Or you can click the reset button and add the min-width and change the margins
ahmm… you totally misunderstood the requirement, you have to change the margin top and button 1em, and right and left to auto.
after you need to min-width to 300px; that s all
Sometimes mistakes may happen, I’m not telling that you said anything wrong .
The title tells that the person doesn’t know to separate the submit from the fieldset.
The instructions say:
Lastly, for the submit button, you want to separate it from the fieldset above, and adjust its width to never be below 300px .
I just gave him help on how to solve that. The width is essential for the tests to pass, if you see the code that Lucav had posted he/ had written everything except the width property and the code doesn’t pass, I just pointed that out.
A question can sometimes be interpreted in different ways.