Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
πΎHello Davina Leong, congratulations for your new solution!
The font-size for the
stats
section is too big instead of that tryfont-size: 24px
Also, you can manage the component image inserting the tag
<picture>
to wrap both desktop and mobile images together in the same tag, and render each image depending of the device by the settings for the width you'll insert in the htmlTo add the exact same purple overlay effect for the image, you can use
mix-blend-mode
. See the code belowimg { mix-blend-mode: multiply; opacity: 0.8;}
π I hope this helps you and happy coding!
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