Design comparison
SolutionDesign
Community feedback
- @rostyslav-nazarenkoPosted almost 2 years ago
Hi! Excellent solution! 🙂
- HTML (accessibility problems)
- wrap your code in
main
tag or changediv class="card"
tomain class="card"
- change
div class="attribution"
tofooter class="attribution"
alt
should describe an image or its function and be empty only if it is only decorative, read more about alternative text here. In this challengealt
can beQR code to frontendmentor.io
so you can show the image function in this case
- wrap your code in
- CSS
- it is not recommended to set
font-size: 62.5%;
read about it here - use
min-height: 100vh;
onbody
element so that in case of overflow it will allow scrolling - change the background color to match to the design
- it is not recommended to set
Have a nice day👋!
Marked as helpful1@klopropPosted almost 2 years ago@rostyslav-nazarenko Thanks for your feedbacks
I always forget to add tags like
main
andfooter
, thanks for the reminderI see the point of using
min-height
but for the font size of 62.5%, I need time to digest and understand.1 - HTML (accessibility problems)
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