@JaeZzZSubmitted about 2 years ago
Could you advise me on how to do the image overlay? Instead of only covering the image, it is covering the entire card. I appreciate any help you can give me :)
Could you advise me on how to do the image overlay? Instead of only covering the image, it is covering the entire card. I appreciate any help you can give me :)
You should add position: relative
to the class image-container to apply overlay only to the image container. You added position: relative
to the main-card and not image-container thats why the overlay covering entire card. Apart from that your design looks very good. Hope thats helps
.
.
.
.
.
.