Responsive four card section using CSS Flexbox and Grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@totibor
Hi @VladimirVrhovski, Really great implementation of the design. Simple and responsive. Probably I should update my solution based on your approach 😄
Two minor things I would like to mention:
- In
<div class="section-header">
you have<h2>
before a<h1>
which is not considered good practice.<h1>
should go first. - Creating separate classes just for the colored card decorations may seem overkill but I would still go that way over inline styles.
- In
- @Sheyon565
great
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