Intro component with sign up form

Solution retrospective
Your feedbacks and constructive criticism are appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
Hi I'd recommend that you go back and spend a little more time on this to get it as close to the design as possible. Particularly:
- adding the background image
- vertically centering content on desktop (min height 100vh and some grid rows should help, or outer wrapper like body could be a flex item)
- reducing space at the top a little on mobile
- reducing heading line height
- getting font sizes closer on desktop
- giving form consistent padding
- making it accessible (labels can't be blank)
- reducing padding in the try it free block
- not using large pixel values on things like margin - use other methods for positioning if possible.
I know it sounds like a long list, but most are just small attention to detail things. If you nail the small stuff now your later work will really shine.
Good luck with it! ☺
- @yustinayasin
I like the part when you are accessing parent element so you can add error class all at once. I haven't thought of it. It looks like you haven't add email validation. You can use regular expression. Good luck!
Join 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