grid with three column

PHOTO EMBED

Tue Jan 31 2023 17:40:25 GMT+0000 (Coordinated Universal Time)

Saved by @saketkumar #html #css

<div class="grid grid-cols-3 gap-1">
    <div class="bg-green-7 text-color-grey-0  pd-y-8 text-center ">Grid 1</div>
    <div class="bg-green-7 text-color-grey-0  pd-y-8 text-center ">Grid 2</div>
    <div class="bg-green-7 text-color-grey-0  pd-y-8 text-center ">Grid 3</div>
</div>
content_copyCOPY