Submitted over 2 years ago
Stats_preview_card_component challenge
@chetanachaudhary
Design comparison
SolutionDesign
Solution retrospective
Any Suggestions?
Community feedback
- @PillinPosted over 2 years ago
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
0 - @stephenikuomolaPosted over 2 years ago
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.
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