Simple html + css using flexbox solution

Solution retrospective
I have a gap when it is 2 card in row. How can i avoid it?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @at33v
Hello, try doing the following:
- Remove
margin: auto
from the.card
class - Add
justify-content: center
to themain
element
- Remove
- @addiellucena94
Good job, only one suggestion, fix the font color and put the car brands in capital letters.
You can try to use:
color: white; text-transform: capitalize;
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