VibeCoderzVibeCoderz
Telegram
All Prompts
Golden Title with Shadow Effect preview
headinggoldenshadowglowdramaticresponsiveuppercasetitle

Golden Title with Shadow Effect

Золотой заголовок с двойным эффектом тени (drop shadow и glow) для лучшей видимости. Адаптивный размер шрифта, текст в верхнем регистре.

Prompt

<div class="w-full px-5 py-8 bg-gray-900">
  <style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700;900&display=swap');</style>
  <div class="text-center max-w-[1100px] mx-auto">
    <h1 class="text-yellow-400 text-[clamp(2rem,5vw,4.5rem)] font-bold uppercase m-0 p-0 leading-tight" style="text-shadow: 2px 3px 6px rgba(0,0,0,0.6), 0 0 15px rgba(255,222,0,0.4); font-family: 'Inter', 'Arial Narrow', Arial, sans-serif;">Kỷ Niệm Ngày Độc Lập</h1>
    <p class="text-white text-[clamp(1rem,2.5vw,1.8rem)] mt-4 mb-0 font-medium" style="text-shadow: 1px 2px 4px rgba(0,0,0,0.7); font-family: 'Inter', Arial, sans-serif;">2 Tháng 9 - Tự Hào Việt Nam</p>
  </div>
</div>
All Prompts