Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Newsletter sign-up form with success message

AmirHosein 180

@plutuxx

Desktop design screenshot for the Newsletter sign-up form with success message coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Feel free for any feedback 😊

Community feedback

Irwing 200

@Irwing-Dev

Posted

Hi AmirHosein! 👋

I liked your solution!!

There's one thing I recommend you improve:

  • In mobile resolution, the footer appears on the middle of the container, which bad for viewing, you can change the body attributes to:
body {
//Your CSS
flex-direction: column;
justify-content: space-evenly;
}

.attribution {
//Your CSS
position: relative;
margin-bottom: 0px;
}

And it would be nice if you added a function to the button in the result-container section to return to the cotainer section - this is a suggestion 😉.

I hope it helps! Other than that, great job! I wish you good luck in your studies and see you later 👋👋

0

AmirHosein 180

@plutuxx

Posted

@Irwing-Dev

Hi there 👋

I just saw your comment, and thank you for pointing out the issue with the code. I'll make sure to fix it as you suggested.

Thanks for the helpful feedback! 😉

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord