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

Newsteller Sign Up using SCSS

@Alexandru736

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?

I am proud of the fact that I was able to learn about regex. It's an easy way to do match validation with strings, and it solved easily the email validation part.

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

Understanding the regex. It wasn't that easy at first

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

Not quite sure what I could have done better regarding the responsiveness of the website.

Community feedback

P

@juliusalberto

Posted

OK I noticed some things about your website:

  1. It's not centered? I think in the desktop design you can center by using flex or grid. Example:
display: grid;
place-content: center;
  1. There is no hover effect on the button :(.
  2. I think the gap between the button and the paragraph in the success message container mobile view can be increased
  3. The JS is good, however you can add something to change the [email protected] to change into the email address that the user input

Overall nice job!!

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