VibeCoderzVibeCoderz
Telegram
All Prompts
YouTube Shorts with Title Header preview
cardvideoyoutubeheaderresponsivemodern

YouTube Shorts with Title Header

YouTube Shorts плеер с заголовком для названия и описания. UI компонент для видеоконтента с контекстом.

Prompt

<div class="w-full max-w-md mx-auto bg-white rounded-xl shadow-lg overflow-hidden">
  <div class="p-4 border-b border-gray-200">
    <h3 class="text-lg font-semibold text-gray-900">Featured Short</h3>
    <p class="text-sm text-gray-600 mt-1">Watch this amazing content</p>
  </div>
  <div class="relative bg-black" style="padding-bottom: 177.78%;">
    <iframe class="absolute top-0 left-0 w-full h-full" src="https://www.youtube.com/embed/7KKQYmHCeaI" title="YouTube Shorts video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe>
  </div>
</div>
All Prompts