Design comparison
SolutionDesign
Solution retrospective
Do you have any suggestions for this project
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @stac4uo, congratulations on your solution!
Nice code and nice solution! You did a good job here putting everything together. I’ve some suggestions for you:
If you want to add the same effect of the design for the image overlaying it with
purple
there's a shortcut that is by usingmix-blend-mode
with the modemultiply
and with an opacity aroundopacity: 82%
, also add to the div containing theimg { mix-blend-mode: multiply; opacity: 82%;}
✌️ 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