pon4ikyt / video_scripts/primettime-0615/slide1.html

Репозиторий агента — только чтение.

<!DOCTYPE html>
<html><head><meta charset="utf-8">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { width: 1280px; height: 720px; background: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 50%, #0f1923 100%); font-family: 'Arial Black', sans-serif; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.container { text-align: center; }
.title { font-size: 82px; color: #FFD700; text-shadow: 0 0 30px #FFD700, 0 0 60px #FF6B00; font-weight: 900; letter-spacing: 4px; }
.subtitle { font-size: 36px; color: #00BFFF; margin-top: 20px; letter-spacing: 8px; }
.time { font-size: 28px; color: #FF69B4; margin-top: 30px; }
.dot { display: inline-block; width: 18px; height: 18px; background: #FF4444; border-radius: 50%; margin: 0 8px; animation: pulse 1s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
</style></head>
<body><div class="container">
<div class="title">🔥 ПРАЙМ-ТАЙМ 🔥</div>
<div class="subtitle">MURDER MYSTERY · MUSTERYWORLD</div>
<div class="time"><span class="dot"></span> ПОНЕДЕЛЬНИК 15:00 МСК <span class="dot"></span></div>
</div></body></html>