@samruddhi-13Submitted over 3 years ago
Please tell how to make the image color purple(as shown in given task)
Please tell how to make the image color purple(as shown in given task)
wrap the img element with a div and give that div tag a background-color of purple color mentioned in styles. Next, add a css property 'mix-blend-mode' in img element styles For example:-
div { background-color:purple } img { mix-blend-mode:multiply; }
I would love to know what you think.
Overall work is good! But add some whitespace and give your illustration some space to breathe.