Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hey Cam, congratulations on completing the challenge! You did a great job π
Let me give you some little tips for optimizing your code:
- replace
header
tag withmain
tag to improve the Accessibility... main is for content of page and header is ordinary for head or navbar of page - remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of image - instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding π
0 - replace
- @Kamasah-DicksonPosted over 2 years ago
Your solution looks great but on smaller devices the card span horizontally across the screen. You can add margin left and right to fix that.
Besides good jobπ Happy codingπ
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