@victoriaodemakinSubmitted over 3 years ago
I'll like any feedback on how to do the purple overlay on the image as I was unable to achieve that. Any other feedback is welcomed as I'm trying to improve my css before diving into js.
I'll like any feedback on how to do the purple overlay on the image as I was unable to achieve that. Any other feedback is welcomed as I'm trying to improve my css before diving into js.
You can achive that by adding right before img a div with class for example: "overlay" and then styling it. with rgba or hsl, for example: hsl(277, 64%, 61%, 0.45).
You can check my solution if you'd like to have a reference, but it's not very good. This was my first challenge tho :D I would definately make it different rn.