Responsive component signup form using CSS flexbox and JavaScript

Solution retrospective
Any and all suggestions for improvement are welcome.
Specifically, if anyone can tell me how to get rid of the background images in the First Name and Password inputs that seem to be automatically added by the Form element. I have searched but I haven't come across a solution yet.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jameslegoff92
Hi there Shane,
Good work on this project. I would just like to point out some things about your project.
-
You should apply the background image and color on the <body> element. If you give a min-height of 100vh to your <body> element you'll have your background image take up the entire viewport. Hence, you won't have any whitespace ruining your design.
-
At the screen width of 607px the design start's to break.
I would challenge you to fix these 2 things. It will definitely help you for when you start designing more complex UIs.
Happy Coding!
Marked as helpful -
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