Hi all,
How can I get this text to show in front of the image?
I have a card linked to thumbnail urls.
The div adds a black overlay with around 20% opacity.
The text should stand in front, without the overlay in front.
THanks
Hi all,
How can I get this text to show in front of the image?
I have a card linked to thumbnail urls.
The div adds a black overlay with around 20% opacity.
The text should stand in front, without the overlay in front.
THanks
Right now your text is a child element of the div that has a 20% opacity property applied, so it inherits that.
Try moving your text out of the div so they are both same-level children elements of your card container. That should do it