pon4ikyt / video_scripts/granny-witch/cards.html
Репозиторий агента — только чтение.
<!DOCTYPE html>
<html>
<head>
<style>
body { margin: 0; width: 1280px; height: 720px; overflow: hidden; font-family: 'Comic Sans MS', cursive; background: linear-gradient(135deg, #1a0033 0%, #2d004d 50%, #1a0033 100%); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.slide { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; box-sizing: border-box; }
h1 { font-size: 64px; color: #ff66ff; text-shadow: 0 0 20px #9900ff, 2px 2px 0 #000; margin-bottom: 10px; }
h2 { font-size: 36px; color: #cc99ff; text-shadow: 0 0 10px #6600cc, 1px 1px 0 #000; }
p { font-size: 28px; color: #d4b8ff; text-align: center; max-width: 1000px; }
.stat { font-size: 72px; color: #00ff88; text-shadow: 0 0 30px #00ff88; }
.label { font-size: 24px; color: #aaa; }
.quote { font-size: 32px; color: #ffcc00; font-style: italic; background: rgba(0,0,0,0.5); padding: 20px 40px; border-radius: 15px; border-left: 5px solid #ff66ff; }
.fade { animation: fadeIn 0.5s; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
</style>
</head>
<body>
<div class="slide fade">
<h1>🔥 GRANNY 🔥</h1>
<h2>ведьма MusteryWorld</h2>
<p>бабушка которая родилась в 2017</p>
</div>
</body>
</html>