Design comparison
Solution retrospective
It is not that complex, it comes in handy to reinforce css
Community feedback
- @iadefidipePosted over 3 years ago
Great job.
-
Instead of using ID which should be unique for each element. Use classes, it makes your styling more easy to, and you can use a class for more than one element too
-
the whole card is not well centered on all screens.
-
you should have main container, so you can center the body element. You can also put the text and image section in the container and flex them. See if that helps.
0 -
- @ruedasjnthnPosted over 3 years ago
Try to work more on your media queries to provide better web responsiveness, try to reduce its margin as screen size decreases. You can check my solution in this challenge. I would love to hear your opinion on my solution :>>
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