Design comparison
Solution retrospective
🎯 Hello, Frontend Mentor coding community. This is my solution for the Stats Preview Card
Custom Features:
🎯 Custom card gradient
🎯 Gradient text animation
🎯 Responsive Design
Please tell me how to improve it!
Community feedback
- @correlucasPosted over 2 years ago
Hello Othman, congratulations for your solution!
Everything seems really good and well done, I loved the personal touch you gave with the colors.
To match the overlay image effect you need to use or
filter
ormix-blend-mode
.Just apply the code below:
img { display: block; width: 100%; mix-blend-mode: multiply; opacity: 0.8; }
Hope it helps, congratulations!
Marked as helpful0@othmanhsPosted over 2 years ago@correlucas ooh thank you soo much i was search how can i make like this opacity hhhh i change it many time i search is there is an other way made me tighter in my hair anyway thx it works now with mix-blend-mode: multiply;
1
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