
Design comparison
Community feedback
- @jamurai77Posted about 2 months ago
So the biggest problem you have I think is that you used a percentage for the width property of your "content" div. So when you make the screen size smaller that div doesn't hold it's shape and the whole thing gets thin, tall, and distorted. The assignment was to make the card retain its size and shape at different screen-sizes. So you need to fix that in your stylesheet. Other than that I'm sure the accessibility report was bad because you need to use more semantic html instead of generic divs. Use header, main, and footer elements to make it easier for people using screen-readers and such.
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