The border of the last fieldset element looks a little out of place. You can select the last element of a specific type using the last-of-typeCSS pseudo-class, like this:
p:last-of-type { }
That will select the last p element. Create a new selector that targets the last fieldset element and set its border-bottom to none.
what issues are you having? what’s your code? what have you tried?
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.