Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • philale 350

    @Philale

    Submitted

    I will appreciate any feedback! I like the responsive design in this challenge. However, I would like to know, what the best way is to give a grayscale image a color shade (purple). I solved the problem by wrapping the image in a div with the desired color as the background-color and decreasing the opacity of the image itself. Is there an easier way to do this, or is my solution best practice?

    Kinga 150

    @K-Muzslay

    Posted

    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 helpful

    1
  • Kinga 150

    @K-Muzslay

    Posted

    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