Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found

Submitted

Stats_preview_card_component challenge

@chetanachaudhary

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Any Suggestions?

Community feedback

P

@Pillin

Posted

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
P

@stephenikuomola

Posted

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 GitHub
Discord logo

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