Design comparison
Solution retrospective
Help me with some feedback I want to improve
Community feedback
- @onyedikachi23Posted about 1 year ago
I see your issue is probably with blending the image to with the violet colour.
- To do this, put the image in a container and make the image fill the container entirely without distorting (stretching) its look.
- Add the violet colour as the background colour for the container.
- Then use
mix-blend-mode: multiply;
ormix-blend-mode: lighten;
on the image to make it blend with the violet colour.
You can read more about the mix-blend-mode CSS property here - mix-blend-mode - MDN DOCS.
Marked as helpful1@onyedikachi23Posted about 1 year ago@replayzor I'm always available to help because it also helps my learning.
1@onyedikachi23Posted about 1 year ago@replayzor So next thing to do is go update the code in your GitHub repo and also in your live site. Then come over to this Solution on Frontend Mentor and generate a new screenshot to make the design comparison look much better.
Marked as helpful1@replayzorPosted 12 months agoI updated on github , oh did not know that I need to take another screenshot . Thank you mate @OnyedikachiOzoani
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