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

used flexbox

@ThinYuShwe

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

Tharun Raj 1,250

@Code-Beaker

Posted

Hi there, congratulations on completing this challenge, you've done great job! 🎉

I visited your website and it's great to let you know that everything works well.

I would like to put forward some of my suggestions regarding your website that might help you improve your code.

  • The image/illustration should be created using an srcset instead of toggling them with CSS.

You can create it like so:

<picture>
  <source media="(min-width: 50rem)" srcset="path/desktopImage.format" />
  <img src="path/mobileImage.format" alt="Alternative Text"/>
</picture>

Or there are other methods that you can use to get the result. If you wish to learn more about this topic, consider reading this article

Hope this helps you 😊

Marked as helpful

0

@ThinYuShwe

Posted

@Code-Beaker Thank you so much for your suggestion. I will look into that!

1

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