Blog Card

Blog card is a card component that is used to highlight a blog post. It is used to showcase a blog post in a visually appealing way. previews

Default feature card

 
<div class="bg-white p-8 border rounded-md">
  <h3 class="font-bold">hallo</h3>
  <p>
    Blog card is a card component that is used to highlight a blog post. It is used to showcase a
    blog post in a visually appealing way.
  </p>
</div>

Default feature card

 
<div class="bg-white p-8 border rounded-md">
  <h3 class="font-bold">title</h3>
  <p>
    Blog card is a card component that is used to highlight a blog post. It is used to showcase a
    blog post in a visually appealing way.
  </p>
</div>