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
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Always I use display: flex

@MellonFive

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


In this project, I had more difficulties in making the text the same as the design. I couldn't make the design 100% the same. But with dedication I managed to do most of it.

Community feedback

Lucas 👾 104,400

@correlucas

Posted

👾Oi Felipe, tudo bem? Parabéns pelo seu desafio.

Se você quiser acertar o efeito de sobreposição na imagem, os melhores jeitos sao usando filter ou mix-blend-mode.

Por exemplo você usa o mix-blend-mode com multiply em cima de uma div com fundo roxo e coloca a opacidade em 80%.

Img {
mix-blend-mode: multiply;
Opacity: 0.8;
}

O resto ta mto bem feito.

Parabéns ai, continue codando.

Marked as helpful

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