Responsive Newsletter Sign Up

Solution retrospective
I liked the logic that I used to validate he email input, but I could have used validatorjs instead even though this project was pretty lightweight.
What challenges did you encounter, and how did you overcome them?The biggest challenge I encountered was surprisingly in styling the bullet points above the form. I discovered a trick to style the marker elements before a list item with a background image.
What specific areas of your project would you like help with?.signup__item { padding-left: 2.3125rem; background-image: url("/assets/images/icon-list.svg"); background-position: 0 0; background-repeat: no-repeat; }
I'm not positive if the background-image set for bullet points is the best way to approach that problem, so any feedback on that would be great.
Also, any tips or pointers for future development on validation logic would help as well!
Please log in to post a comment
Log in with GitHubCommunity feedback
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