one more complited! What did you find difficult while building the project? Which areas of your code are you unsure of?
Robort Gabriel
@coding-robortAll comments
- @NikitaBenzinSubmitted about 2 years ago@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 - @pneumatickSubmitted about 2 years ago
Are there any ways in which I could improve accessibility? Could my code have been cleaner? Could I have been more efficient with my code?
@coding-robortPosted about 2 years agoHi pneumatick, I really love the result of your work. Kudos!.
Just a few tips to enhance your work. 1 - Your submit button is not interactive, You can improve this by a) setting your cursor to pointer b) respond to hover effect. By doing this, users will know where is clickable.
2 - Use semantic HTML elements where necessary.
- The footer section should be outside the Main section.
Happy coding!!!
0