CSS demos

Tailwind

Card Title

This is the content of the card.

HTML

<div class="border border-blue-300 rounded p-4">
    <h2 class="text-lg font-bold mb-2">Card Title</h2>
    <div class="text-blue-700">
        <p>This is the content of the card.</p>
    </div>
</div>
      

No CSS