Hey, there! Great job on completing the challenge!
Your solution looks great and using variables in your CSS was a great idea!
Here are some suggestions that could also help:
Instead of using a <dev>
for your .card-container
, you could use the semantic <main>
tag to make your site more accessible.
Also, a great way to make your site responsive for mobile devices is to use @media
queries for certain screen resolution max-width
breakpoints. You can read up on media queries here.
While this is more of a preference, I would suggest using two spaces to indent your child HTML tags instead of tabs in order to structure it better and make is more readable. Collaborators and your future self with thank you!
Over all, it looks great! Hope this helps and keep crushin' it!