
Please log in to post a comment
Log in with GitHubCommunity feedback
- @damigand
It's nearly pixel perfect, this is great! Personally though, I think the
main
element should be the.card
itself. You can just use the CSS propertyjustify-content: center
in the body given that it's already aflexbox
element. Also, I don't think the CSS query for smaller screens is necessary. You can combinewidth: 100%
andmax-width: 327px
on the.card
element to make it responsive without using the query. But these are just persnickety things though.Love to see the work!
- @bobyanov
perfect
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