Responsive Newsletter using HTML5 CSS and Javascript

Solution retrospective
I had a difficulty hiding the success page in the project, even though I tried I was successful. I am not sure around some part of css and js. I don't know.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @OmprakashR
Hi, ** Congratulations!!!**
Some suggestions for your design assignments for alignments.
for "li" need to add
margin-left: -40px;
for li left alignments. addh1
tag for Stay updated!<li><img src="./assets/images/icon-list.svg" /> discovery and building what matters</li>
change to
<li><img src="./assets/images/icon-list.svg" /> <span>discovery and building what matters</span></li>
I hope this is helpful to you.
Thank You!!!
Marked as helpful - @mandriva19
hello
yes, project clearly needs improvements but it's a good start! keep coding and things will fall into place. I would recommend taking on less difficult challenges on the site.
good luck!~
- @Bibiwei-Pere
Hi
Congratulations on completing this challenge
I tried subscribing to your Newsletter but I noticed my email did not display on the success page. To resolve this, include
emailInput.value
in your Javascript code. You can check my Newsletter solution for more info.Also, your Dismiss button doesn't remove the success page when clicked. To resolve this change the button tag to
<a href="./"></a>
The href attribute will redirect back to your homepage when clicked.Overall, you did a great job 👍
Hope you find this helpful
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