Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 5 months ago

Newsletter sign-up form with success message using EventListner

sass/scss, bem
ROKUROO7•350
@ROKUROO7
A solution to the Newsletter sign-up form with success message challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


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

In my previous projects i mostly used padding and margin. But in this project i also used padding-inline , margin-inline , padding-block , margin-block.

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

In this project i struggled with setting the list marker. I used different approches like using list-style-image, (::before, ::marker) Pseudo elements etc. but nothing looked similar to the design screenshots.

After multiple trials and errors. I Finally found the solution by setting the "icon-list.svg" as background image and using padding to look like a list marker. While also looking much similar to the design screenshot.

.sign-up_list li {
  background-image: url(../assets/images/icon-list.svg);
  background-repeat: no-repeat;
  padding-block-end: 1rem;
  padding-inline-start: 2.25rem;
  line-height: 1.5;
}
What specific areas of your project would you like help with?

Any Feedback will be appreciated.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on ROKUROO7's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License