Design comparison
SolutionDesign
Community feedback
- @ereljapcoPosted over 2 years ago
Hey, Shay! Nice to see your finished solution for this challenge. Just submitted mine, as well :)
Just some few points:
Re: accessibility
- You could wrap the
container
inside themain
tags and theattribution
inside thefooter
tags. - For the icon tag, since its for decoration only, you could add a blank alt
alt=""
Re: styles
- If you will use the
main
tags, as I suggested, you could set its height to100vh
and place yourcontainer
in the center using flexbox on themain
- You can decrease your breakpoint (i.e. the value of
min-width
on media query) to make your solution more responsive :)
Marked as helpful0@ShayinurPosted over 2 years ago@ereljapco thanks for the feedback Erel! I'm working on it :)
0 - You could wrap the
- @afaiz-spacePosted over 2 years ago
Hey @Shayinur, congratulation on completing the challenges. class .container use width: 30rem; and then object set in center. class .price use align-items: center; and remove flex-wrap property.
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