Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
The Error State seems to be cheated. Setting the background color of the text field is complicated.
Community feedback
- @AymaneOnlinePosted about 1 month ago
Your code is quite good congrats. Here are some remarks that could probably help you:
- The responsiveness need some improvements on screens between
375px
and1023px
in terms of width so what I suggest is to add another breakpoint from to adjust the looking for medium screens. - Decrease
line-height
of the<li>
. - Give the
<body>
amin-height: 100svh
so its height covers the whole screen. - Add a
<meta name="description" content="">
. (this one is for SEO) - Give a
margin-top: auto
for the form so that it sticks at the bottom of any mobile screen.
0 - The responsiveness need some improvements on screens between
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