Hi fellow Campers,
Can someone explain to me why there is so much space between “Sign up below” and “Email address” and how I can get rid of it? I have taken a look at others asking a similar question, but that did not make me understand my mistake.
Thanks in advance.
Hello!
You shared the pen that’s meant to be forked, not your actual project. Remember to fork the project before editing it, or you may lose your changes:
Thank you for pointing that out to me! Can you know see my project?
You can give your element with the sign
id a margin-bottom of 0, or any value you wish, to close (or widen) that gap. For example:
#sign {
margin-bottom: 5px;
}
Thank you, that solved me question!