Submitted over 2 years ago
Sign in form with advanced validation and FrontEnd tricks
@zebra-not-donkey
Design comparison
SolutionDesign
Solution retrospective
I put some creative touches on this project...I hope you leave your opinion below ^_^
Community feedback
- @Yemisrach15Posted over 2 years ago
Hi Zebra not donkey😄
Good job on this challenge! A few suggestions
- The text Try it free 7 days.... is not supposed to be interactive.
- The content is hidden on screens between mobile and tablet, say 590px. You should remove
overflow: hidden
and replace it withoverflow: auto
on such screens with media query. This way scrolling is enabled when content overflows the screen size. - The submit button is not contained inside the white background section. On this
main section.forms form
selection, your height should be 100%
There are other several problems so I suggest you redo this again Happy coding🙌🏾
Marked as helpful0@zebra-not-donkeyPosted over 2 years ago@Yemisrach15 thanks man...I didn't see that when I code it...thanks very much ^_^
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