Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome First time I make a form :D
Community feedback
- @ovidiuantonioPosted almost 4 years ago
Hello Aaron,
This solution looks pretty good! There are a few tips that can help you make the solution even better:
- add the background image to the body element instead of the html
- you can add
max-width: 1440px;
andmargin: 0 auto;
to the main element to keep the content in the center of the page no matter how big the screen is - you can make the form a little bit larger for the tablet version
In rest, all good, the site is responsive and the error messages are present (you can add email validation to display another error message if the email isn't valid). Good job!
Happy coding and keep going!
0@aaronpaulgzPosted almost 4 years agoThanks mas :D I really aprecciate ur feedback. I'll implement it as soon as I can :D
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