Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi RadeQ, good job! I took some time to look at your code and have some ideas for improving it:
- replace div
#wrapper
withmain
tag and wrap the card for improve the Accessibility - remove
width: 1440px and height: 900px
from body - set
width: 20rem
tobgbox
id - remove
width
fromfooter
- add
min-height: 100vh
to#wrapper
because Flexbox aligns child items to the size of the parent container - add a little
transition
on the element with hover effect
Overall you did well 😉
Hope this help and happy coding!
Marked as helpful0 - replace div
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