Responsive Product Preview Card Component

Solution retrospective
What did you find difficult while building the project?
I found it difficult to work with multiple Flexbox containers and really think about the parent child relationship between the container and the items, which made it hard to establish the layout.
Which areas of your code are you unsure of? I am sure of everything
Do you have any questions about best practices?
When should you use flex, because I feel like I use it all the time
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mukwende2000
flexbox is probably the most used css property in a project so you should not feel as if you are using it too much, as long as you want to place elements, side by side, there is not better way to do other than flex box. sometimes grid works well too but, its your personal choice based on the project and how you see things
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