Design comparison
SolutionDesign
Community feedback
- @alex-kim-devPosted over 4 years ago
Hey Kushank, nice work on this challenge! I have some feedback for you:
- cards have different heights
- h2 is skipped, more info: heading elements MDN at "Accessibility concerns" section
- repeated styles from the cards could be extracted into a separate class, allowing code reuse
- responsiveness:
- content is getting stretched too much on big screens,
max-width
can help with that - the layout of pages for 500-1100px screens can be improved
- content is getting stretched too much on big screens,
1
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