Responsive Newsletter using HTML5 CSS and Javascript
Design comparison
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.
Community feedback
- @OmprakashRPosted over 1 year ago
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 helpful1@vivekrajput-93Posted over 1 year ago@OmprakashR Thank you brother, I am junior at web developer , I really needed guidance from people like you . I will be careful next time.
0@OmprakashRPosted over 1 year ago@vivekrajput-93 welcome !!! we are here to help you always.
0 - @mandriva19Posted over 1 year ago
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!~
1@vivekrajput-93Posted over 1 year ago@mandriva19 Thank you mandriva for your feedback and support , this was my first project on this platform , so I was nervous but next time carefull about it and please be supportive and provide me feedback for my upcoming project.
0@mandriva19Posted over 1 year ago@vivekrajput-93 sorry to say that, but you'd better stop asking people to be supportive where they already are. no one is going to babysit your projects. nor should you. so do some followings, give away feedback yourself, join discord server and start networking in general. do learning/coding and give in the hours and things will be fine. ~~ good wishes
0 - @Bibiwei-PerePosted over 1 year ago
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
0@vivekrajput-93Posted over 1 year ago@Bibiwei-Pere Thank you brother for your feedback , I will correct my mistake and I will be carefull with instruction and please supportive for my upcoming project.
0@Bibiwei-PerePosted over 1 year ago@vivekrajput-93 You're welcome bro... I'm glad I could help
0
Please log in to post a comment
Log in with GitHubJoin 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