Responsive Design using flexbox

Solution retrospective
Applying the knowledge I got from the resources
What challenges did you encounter, and how did you overcome them?Trying the get the actual layout of the design template.
I used CSS property Position: absolute to get the desktop layout of the main cards and order to get the mobile layout
What specific areas of your project would you like help with?A general review is welcome. I am here to learn
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@makogeboris
Great attempt, at certain screen sizes the cards stack on each other likely because you are using position absolute which isn't the best approach for this. Using grid would have been better suited.
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