Design comparison
Solution retrospective
one more complited! What did you find difficult while building the project? Which areas of your code are you unsure of?
Community feedback
- @coding-robortPosted about 2 years ago
Hi NikitaBenzin, I love your design, Great Job! Just a few tips to improve your work. 1 - Having a section without elements is bad. (eg <section id="fnameError"></section>). You can use a div inside a section. Section is used to group related elements, such as a subsection of a long article.
2 - Reduce unnecessary nested elements.
<main> <div class="container"> <section class="main-section">3 - Make "Try it free 7 days then $20/mo. thereafter" button interactive, by responding to mouse hover and setting cursor to pointer. Lastly "Terms and conditions" should be a link, not a text. Happy Coding!!!!
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