Responsive with min() function, CSS Grid and CSS Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @AlessandroB1993
Nice work!
If you'd like, you could: give a max-width to the container of the cards of something like 70-75% and then give margin: 0 auto; to center that container. An alternative may be giving a max width to the single cards so they don't expand to cover the full screen width. You can also give a blur to the shadows as the third parameter (e.g. box-shadow: 4px 4px 15px(this one) #color.
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