Last active
August 3, 2022 15:00
-
-
Save dektaiimage/88ad75606fa4c529d11dadb993074862 to your computer and use it in GitHub Desktop.
Tailwindcss Responsive
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> | |
<img class="w-16 md:w-32 lg:w-48" src="..."> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment