Design comparison
Solution retrospective
I enhanced my CSS skills, particularly with Flexbox and media queries. Next time, I would invest more time in the planning phase to create a detailed wireframe and gather feedback from others earlier in the process. Additionally, I would focus on organizing my CSS more effectively to enhance code maintainability.
What challenges did you encounter, and how did you overcome them?I encountered a challenge with the box shadow not appearing on the container as expected. After some troubleshooting, I discovered that the container's position was set to absolute, which caused the shadow to be rendered incorrectly. To resolve this, I adjusted the position to ensure it was appropriately contained within its parent. Additionally, I added padding and margin to the container, which helped the box shadow to display correctly, enhancing the overall visual effect of the layout.
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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