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-with-success-message

Abdallah 100

@abdallahzeiada

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

@SymonMuchemi

Posted

I think you should work on your sizing and avoid avoid using body when styling an element in your HTML. For example, if you would like to style a container element, just use the following code as an example:

<div class='container'>
some code
</div>
.container{
// add style
}
doing this will make your code more readable and easier to debug.

I hope you find this helpful.

Marked as helpful

2

Abdallah 100

@abdallahzeiada

Posted

Thanks for advice, but I write my codes with (sass) which make the development easier than using (css). @Simon-Muchemi

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