HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @alex-kim-dev
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,
Join 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