Design comparison
Solution retrospective
For this and other challenges, I confess that I would have liked to have used SASS, even without needing it.
What challenges did you encounter, and how did you overcome them?I encountered difficulties with sizing this image, but I reached out to the FEM community for help and got the answers I was looking for.
What specific areas of your project would you like help with?I would like to receive a code review, to know if I'm on the right track, I don't feel confident in my code yet
Community feedback
- @msa-sitarePosted 8 months ago
Hey it's pretty good, you have very good attention to detail.
my only recommendation would be to change drop-shadow to make it like the exact design. Something like this:
@media (min-width: 650px) { main { max-width: 24rem; box-shadow: 8px 8px; } main:hover { box-shadow: 16px 16px; } }
Right now it looks like the default state has 16px drop-shadow. Except for this nitpick, it's great.
0
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