You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailwind-ai/application_ui/layout/cards/card_with_gray_footer.html

10 lines
349 B
HTML

<div class="overflow-hidden rounded-lg bg-white shadow-sm">
<div class="px-4 py-5 sm:p-6">
<!-- Content goes here -->
</div>
<div class="bg-gray-50 px-4 py-4 sm:px-6">
<!-- Content goes here -->
<!-- We use less vertical padding on card footers at all sizes than on headers or body sections -->
</div>
</div>