Skip to content

Instantly share code, notes, and snippets.

@ekaone
Created October 21, 2024 11:45
Show Gist options
  • Select an option

  • Save ekaone/c54add528799db0e76e78da658df9166 to your computer and use it in GitHub Desktop.

Select an option

Save ekaone/c54add528799db0e76e78da658df9166 to your computer and use it in GitHub Desktop.
Center element on Card with Tailwind CSS
<div class="max-w-sm mx-auto bg-white shadow-lg rounded-lg overflow-hidden">
<div class="p-5">
<h2 class="text-xl font-bold mb-2">Card Title</h2>
<p class="text-gray-700">This is some descriptive text inside the card. It gives more information about the content.</p>
   </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment