Design comparison
Solution retrospective
It felt like the way I implemented responsiveness was a bit clunky. In general is using rem better than px when responsiveness is a factor? Any general tips with responsiveness are appreciated, that's something I find particularly challenging. Thanks
Community feedback
- @karimfilaliPosted almost 3 years ago
Hello, your card is very great and the responsiveness works well ! The sizes and colours are well respected. However, you have some accessibility issues. To fix that, you must put your .container div in a main tag or add role="main" to the container. Also, the titles must decrement by 1. If you used h1, then you have to use a h2 instead of a h3. Great job though !
Marked as helpful0
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