
Design comparison
SolutionDesign
Community feedback
- @yarsventPosted about 2 months ago
Good job, it looks quite similar! Great use of grid, everything is well-organized. A few things to consider:
- You can do a box-shadow without a blur if you replace the third value with 0.
box-shadow: 0.5rem 0.5rem 0 black
- Use rem instead of px for better accessibility and page scaling. Article on the topic
- Use
display: inline-block
on .title to make the box bigger and add a margin-bottom.
Marked as helpful0 - You can do a box-shadow without a blur if you replace the third value with 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