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

Responsive with mediQuery, Form with html css and Js.

darel14 20

@darel14

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 to be direct with your feed-back, i'm open for positive feed-back even if it hard to listen.

Community feedback

@WDWaleed

Posted

Nice!

Since you're looking for feedback, here it is.

  1. Set the font the same as given in the style guide.
  2. Set a background to the body as given in the design.
  3. Use the following code to center the form to the page:
body {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

Marked as helpful

0
darel14 20

@darel14

Posted

When you submit the newsletter a 405 page will be displayed please just refresh, it a bug from github.

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