Created
October 21, 2024 11:45
-
-
Save ekaone/c54add528799db0e76e78da658df9166 to your computer and use it in GitHub Desktop.
Center element on Card with Tailwind CSS
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="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