
Design comparison
Solution retrospective
Positioning the cards in the desktop view to match the design was quite challenging. The grid-row property of CSS Grid proved to be particularly useful in this situation.
Community feedback
- P@schindlerdumagatPosted 4 months ago
I think it is better to put the "Reliable effective ..." title and the paragraph below it in a header element and the cards in the main element. You can also improve the semantics of your code by setting each card as a section element. As much as possible, avoid using divs. If you can use semantic elements, use them.
To further improve the view on tablet screen size, you can make a 2x2 grid to place the cards to utilize the remaining space and not leave it empty. You can do this even though it is not in the design.
Marked as helpful1
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