Stats_preview_card_component challenge

Solution retrospective
Any Suggestions?
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Pillin
Hi!!
You can use
Flex
to positionate in the center. Rembemer the container need to be 100hv and 100 vw,display: flex; justify-content: center; align-items: center;
ref: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ ;).
if you have doubts don't hesitate in say
- @stephenikuomola
To make the image appear very close to the one you have on the design, use:
filter: opacity(75%); mix-blend-mode: multiply
This should be done on the image.
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