stacking content using grid image+overlay+text

PHOTO EMBED

Thu Oct 12 2023 15:29:47 GMT+0000 (Coordinated Universal Time)

Saved by @sadik #css #react.js #frontend #styling #tailwindcss

<style>
    .parent>*{
    grid-area:1/1;
    }
</style>
<div class="parent grid max-w-[350px] rounded-md outline">
    <img class="aspect-square w-full object-contain" src="https://www.picsum.photos/id/233/1080/920" />
    <div class="h-full w-full bg-gradient-to-b from-transparent to-black/50"></div>
    <h1 class="mb-4 self-end text-center text-4xl text-white">Lorem, ipsum dolor</h1>
</div>
content_copyCOPY

video ref 1: https://youtu.be/IuhcUosPHMI?si=w54g65-UHGbh5id2 video ref 2: https://youtu.be/Q-kprWFU8mU?si=aVqtQ0nTN7y4L0pe

https://play.tailwindcss.com/cSpMlF5BQj