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-signup

Meriem1551 400

@Meriem1551

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

Community feedback

_nehal💎 6,710

@NehalSahu8055

Posted

Hello Coder 👋.

Congratulations on successfully completing the challenge! 🎉

Few suggestions regarding design.

  • Remove the commented line from the below code it makes no sense to add them.
body {
height: 100vh;
/* width: 100vw; */
background-color: var(--Charcoal-Grey);
display: grid;
place-items: center;
/* position: relative; */
}
  • Replace height with min-height.
  • Give breakpoint at @media (max-width: 850px) to make it visible to all screens.
  • Add this line of code to input text to make it a bit centered from both sides.
input{
padding-inline:1rem;
}

I hope you find this helpful.

Happy coding😄

Marked as helpful

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