VibeCoderzVibeCoderz
Telegram
All Prompts
Image Card with Caption preview
cardcaptioncontentmodern

Image Card with Caption

Карточка с изображением и подписью. Идеально для блогов, галерей и описаний товаров, где важен контекст.

Prompt

<div class="w-full max-w-lg mx-auto p-4">
  <div class="bg-white rounded-xl shadow-lg overflow-hidden">
    <img src="https://cdn.shopify.com/s/files/1/0908/9489/3329/files/29.jpg?v=1752730002" alt="Image with Caption" class="w-full h-64 object-cover" />
    <div class="p-6">
      <h3 class="text-xl font-semibold text-gray-800 mb-2">Image Title</h3>
      <p class="text-gray-600 text-sm">Add your caption or description text here to provide context for the image above.</p>
    </div>
  </div>
</div>
All Prompts