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

CSS, HTML & JS

samir-Deve 350

@samir-Deve

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


What are you most proud of, and what would you do differently next time?

...

What challenges did you encounter, and how did you overcome them?

...

What specific areas of your project would you like help with?

...

Community feedback

@Ridwan10000

Posted

@samir-Deve congratulations on completing the project. Just few remarks

  1. Use the <main> semantic tag for the container
  2. Use <picture> tag to add the image
  3. Before using <h1> it's not suggested to use <h2> element. You may change the font-size to get the layout close to the given one.
  4. Add an action attribute to the <form> tag.
0
P
Lo-Deck 2,020

@Lo-Deck

Posted

Hi well done fr this challenge.

If you want to display different images, it's better to use picture tag MDN.

<picture>
  <source media="(max-width: 799px)" srcset="your path" >
  <source media="(min-width: 800px)" srcset="your path" >
  <img src="your path" alt="your description" >
</picture>

Hope to be 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