Responsive CSS Card layout

Solution retrospective
Please, I welcome every feedback or correction. Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @12Kentos
Hey @TobbyFranc,
Nice job on the project, it looks great! I looked through your css file and saw you selected some elements directly like so.
p{ color: var(--Gray-blue); font-weight: 400px; font-size: 15px; margin: 30px 0; }
While in smaller projects like this one, it's ok it will cause you a lot of headaches on larger projects as this would select every p element on your page and give them those styles. I would suggest selecting everything with a class, or with a class and then the element directly.
Keep up the great work!
Marked as helpful
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