Design comparison
Solution retrospective
Buenas, cualquier comentario que pueda ayudarme a mejorar tanto este, como otros desafíos es bienvenido. Saludos!
Community feedback
- @NDOY3M4NPosted over 2 years ago
Nice job on this challenge. On mobile you could replace the
height: 100vh
tomin-height: 100vh
on thecontainer
class. You could also add some vertical padding on mobile. Other than that I think everything is okay. @Lucas feedback is also great. I use a similar technique when doing this challenge. Happy coding 🎉️Marked as helpful1 - @correlucasPosted over 2 years ago
Hola Matias, congratulations for your challenge solution.
For a better result with the card photo, to get a a color more accurate as the design files you can use the CSS property
mix-blend-mode: multiply;
and work the opacity likeopacity: 0.75;
applying this two properties inside the div with the photo.More about mix-blend-modes here:
https://www.w3schools.com/cssref/pr_mix-blend-mode.asp
You can check my solution and see how I've applied the same properties to the photo:
https://www.frontendmentor.io/solutions/stats-preview-card-comp-pure-css-custom-colors-and-gradient-text-I2kqEpQIPj
Congratulaciones bro!
Marked as helpful1
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