Article preview component using Flex-box

Solution retrospective
Loved working in this challenge would love to get some feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @luisgcode
Hello Om, nice job! I see some easy fix issues you can solve to get a better result, for example, the problem with the Menu on mobile is that you are using position absolute and that affects the result according to the size of the window. If you want to fix that, you could go with 2 different components, the component for desktop positioned absolute and another one for mobile that will be display:none until you cross the limit you better consider.
You can take a look on my solution, Good luck.
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