Design comparison
Solution retrospective
Any feedback is always appreciated! 😀
update: not sure why the screenshot is not showing it in full screen when I have set the body to min-height: 100vh
and it is on full screen when I checked the live site 🤔
Community feedback
- @tedikoPosted almost 4 years ago
Hello, michelle! 👋
Well done! Your solution looks good and responds quite well! What i would suggest is:
- For your
.error-input
. Change thebox-shadow
to 1px and additionaly change.form__input
border-color to be same as your error box-shadow. Now the border will be all red without the grey. - You align your whole content with flexbox, so when i resize window on desktop your whole content is stick to top. Add some margin and you'll be good!
- I believe you forgot about hover states.
This is my approach to this challenge. Like most people here, I also learn but maybe you will find something good for yourself.
Good luck with that, have fun coding! 💪
0@michellerachoPosted almost 4 years ago@tediko thank you! I thought there was a weird gray outline on the error state and completely forgot about that 1px gray border 😅
I set the
container
tomargin: auto 0;
and I thought that had fix it because I didnt want to set a fixed height 🤔I did forget about the hover state but I fixed it hoping nobody would catch that 😅
Thanks again!
0 - For your
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