Skip to content

Instantly share code, notes, and snippets.

@carpincho
Last active January 7, 2022 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carpincho/f4686624c683785ae038ab4bda1716d5 to your computer and use it in GitHub Desktop.
Save carpincho/f4686624c683785ae038ab4bda1716d5 to your computer and use it in GitHub Desktop.
<div class="font-bold bg-blue-200 text-red-400 m-10">
<div class="block sm:hidden">xs</div>
<div class="hidden sm:block md:hidden">sm</div>
<div class="hidden md:block lg:hidden">md</div>
<div class="hidden lg:block xl:hidden">lg</div>
<div class="hidden xl:block">xl</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment