Responsive using css grid

Solution retrospective
Color Selection.
What challenges did you encounter, and how did you overcome them?nothing.
What specific areas of your project would you like help with?I think there is no need of any help i have seek while designing this webpage.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @younes-atyq
Hello @devdocx123, congrats finishing the challenge!
I recommend removing the
position: absolute
property from your card. Given that you're already using Flexbox on the body, it's unnecessary and will require extra effort to adjust spacing for different screen sizes.To enhance your card's appearance on various devices, consider setting a fixed width. This will create a more consistent look. For responsive design, explore using media queries to apply different styles based on screen size.
- @shailesh7333
Hey @devdocx123 Kudos for submitting the solution!
Initially I developed similar border style for the card, but upon observing closely the right and bottom borders where slight sifted in the given design. I was able to resolve it using box-shadow property.
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