Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
Hello Przemysław, congratulation for your solution!
I've just looked your solution and everything seems fine, also the design elements match the image reference. I liked that you've added many breakpoints and media queries and this is amazing.
If you want to match the design 100% consider using
mix-blend-mode: multiply;
and play with the opacity. I did a test and the code should look like this:.card .img-container::after { mix-blend-mode: multiply; opacity: 0.75; }
I hope it helps you and happy coding bro.
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