Design comparison
SolutionDesign
Solution retrospective
Here is my solution āØ š Happy to hear any feedback and advice. Thanks!
Community feedback
- @ApplePieGiraffePosted almost 2 years ago
Hi there, Gabriela! š
Nice work on this challenge! š
I'd like to suggest,
- Adding a
max-width
to the card component as a whole to prevent it from becoming too wide when the width of the screen increases (such as in the desktop view). - Using
align-items: stretch
for the card component so that each section inside it fills up the entire height of its parent container (to prevent the sections from having an uneven height at certain screen widths). - Making the "Learn more" elements links, not buttons (since, even though they look similar to buttons, they will likely take a user to another page when clicked).
- Using an
h2
element for the headings in each section of this card component. It is recommended to use theh1
element only once per page so that there is a single most important heading.
Hope you find this helpful. š
Keep coding (and happy coding, too)! š
Marked as helpful2@PaulaR-05Posted almost 2 years ago@ApplePieGiraffe thank you so much for your help :) I really appreciate it!
1 - Adding a
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