Design comparison
Solution retrospective
I tried my best please let me know where to improve
thanks :)
Community feedback
- @pikapikamartPosted over 3 years ago
Hey, great work on this one. Layout is good.
Some suggestions would be that:
-
On your
body
tag, instead of usingheight: 100vh
usemin-height: 100vh
. Usingheight: 100vh
will make thebody
tag have 100% of the remaining viewport's screen right, so this will limit its size IF there are many elements. Usingmin-height: 100vh
will make sure it will have minimum of 100vh and will expand if it needs to. Also add padding to the top and bottom of thebody
to prevent touching the ceiling and flooring. -
The 3 stats at the bottom could have used
ul
since they are just list of different statistics of the user. -
If you want, you could add some sr-only contents, like a heading that will be read from assistive tech like "Profile Card" like that, so that other user will have an idea of what this is.
But still, really good job on this ^^
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