Design comparison
Solution retrospective
I would appreciate any comment or suggestion to enhance the design, I will work on redesigning the project with React js; stay Tuned
Thanks
Community feedback
- @RabicaTahirPosted over 1 year ago
Hi 👋 AMEER HASAN. Congratulations on completing the challenge !
I have some suggestions about your code.(🎯this will help you get rid of the warnings)
HTML⚡:
▪ It is advisable that you place all your main site content in a landmark element <main>.
▪ In this
<h4>Coded by: Ameer Hasan</h4>
replace h4 with p tag.CSS 🎨:
▪ Remove this
border-radius: 1rem;
because there is no border in the given design.▪ Give this some width so you would be able to match it according to the design
.step-1 form input { width: 400px; }
I hope you find it useful! By the way, the solution was great.🙌💯
Enjoy coding, Stay Safe!🤞
Marked as helpful0
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