Created
November 18, 2023 18:41
-
-
Save drikusroor/652098c2da0f8f7f2adda19b0567dcc4 to your computer and use it in GitHub Desktop.
Masonry using TailwindCSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="h-screen w-full bg-slate-300 p-5"> | |
<div class="p-5 columns-3 gap-3 bg-white rounded-lg drop-shadow-lg"> | |
<div class="mb-3 bg-amber-600 text-white text-center p-3 rounded"> | |
Lorem ipsum | |
</div> | |
<div class="mb-3 bg-amber-600 text-white text-center p-3 rounded"> | |
Lorem ipsum, hello world! | |
</div> | |
<div class="mb-3 bg-amber-600 text-white text-center p-3 rounded"> | |
Mary had a little lamb. Its fleece was white as snow. | |
</div> | |
<div class="mb-3 bg-amber-600 text-white text-center p-3 rounded"> | |
Hey | |
</div> | |
<div class="mb-3 bg-amber-600 text-white text-center p-3 rounded"> | |
Porcupine tree | |
</div> | |
<div class="mb-3 bg-amber-600 text-white text-center p-3 rounded"> | |
Hey | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment