
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Haven't done CSS in a while but a bit of practice brings it back.
What challenges did you encounter, and how did you overcome them?Reset the a element. I didn't know it was possible to reset all styles for it like this
a {
all: unset;
}
What specific areas of your project would you like help with?
BEM naming convention , especially with "grandchildren" elements.
Community feedback
- @Samir22RajPosted about 1 year ago
This one's pretty good too. You got the positioning pixel perfect. You did forget about the border and the hover condition for the shadow though.
1
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