Latest solutions
Latest comments
- @PhilaleSubmitted over 2 years ago@K-MuzslayPosted over 2 years ago
Hello :)
In this challenge, you should use the "mix-blend-mode: " in CSS
Here you can read about it more: https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode.
Set the background color to the accent color 'hsl(277, 64%, 61%)':
and use opacity too on the img.
I hope I could help.
Marked as helpful1 - @syedbaasitSubmitted over 2 years ago@K-MuzslayPosted over 2 years ago
I just finished with this challenge and learnt about the "mix-blend-mode: " in CSS
Here you can read about it more: https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode.
Set the background color to the accent color 'hsl(277, 64%, 61%)':
and use opacity too on the img.
I hope I could help.
0