Design comparison
SolutionDesign
Solution retrospective
My first challenge to submit, Hope you like it.
Any feedback is appreciated.
Community feedback
- @vanzasetiaPosted over 2 years ago
Hello, Hunter! 👋
Congratulations on finishing this challenge! 🎉
I thought that two things can be done better.
- First, I recommend using either flexbox or grid to center the card instead of using absolute positioning. Also, I suggest not limiting the
height
of thebody
element. So, I recommend making thebody
element as flexbox or grid container and usingmin-height
instead ofheight
to allow it to grow if needed (on mobile landscape view). - Secondly, avoid using
!important
. In this case, you don't need it so if you are using it there's something that needs to be fixed in your CSS.
Hope this helps.
Marked as helpful0 - First, I recommend using either flexbox or grid to center the card instead of using absolute positioning. Also, I suggest not limiting the
- @SamadeenPosted over 2 years ago
Hey!! Cheers 🥂 on completing this challenge.. .
Here are my suggestions..
- You should use <main class="container"> instead of <div class="container">.
This should fix most of your accessibility issues
. Regardless you did amazing... hope you find this useful... Happy coding!!!
Marked as helpful0
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