@guztrillo
Moises
@devmoisesAll comments
- @devmoises
Hello @Carlos Guzman, good job!, to apply the image overlay color you can do it by adding the color to a pseudo-element of the parent of the image ".content_img: before {background-color: hsl (277, 64%, 61%)}" and to the image to apply " .img {mix-blend-mode: multiply;} ". Don't forget that the pseudo-element has more properties to make it work like: content = "", position = "absolute", etc.