Design comparison
SolutionDesign
Solution retrospective
Another solution, next will be project in React and start training on that.
Community feedback
- @F4YYPosted about 1 year ago
Hi @margsoftbf,
Congratulation for successfully completing the challenge...
There're suggestions to make it closer to the given design.
- When user submits their email address through the form and clicked subscribe button, then the Thank You / Success component will be rendered, displaying the thank you message along with the
user's email address
that has been inputted instead of just static text[email protected]
. To achieve the desired behavior, you might need to add JavaScript function, so that the inputted email address is dynamically inserted into the thank you message. - Add property with
justify-content: center
; andalign-items: center
; will horizontally and vertically center the content within the <body> element.
Hope that could be Helpful. Above all you did great. Keep happy coding...
Marked as helpful0@margsoftbfPosted about 1 year ago@F4YY
Thanks for feedback i will change that, and next few projects will be in React which i start learning so any feedback from you will be helpful and great :)
0 - When user submits their email address through the form and clicked subscribe button, then the Thank You / Success component will be rendered, displaying the thank you message along with the
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