craiyon logo

A simulated video player interface on a gray background, displaying a video thumbnail of people on a field at night, with a play button overlay and a title card reading "IL SOCCORSO DELLA CHEERLEADER".

A simulated video player interface on a gray background, displaying a video thumbnail of people on a field at night, with a play button overlay and a title card reading "IL SOCCORSO DELLA CHEERLEADER".

<!DOCTYPE html> <html lang="it"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Video Story: Il Soccorso della Cheerleader</title> <script src="https://cdn.tailwindcss.com"></script> <style> @keyframes pulse-custom { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } .animate-pulse-slow { animation: pulse-custom 3s infinite; } .video-frame { aspect-ratio: 16 / 9; background: #000; overflow: hidden; position: relative; border: 4px solid #1f2937; } .layer { position: absolute; inset: 0; opacity: 0; transition: opacity 1.5s ease-in-out, transform 8s linear; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; } .layer.active { opacity: 1; transform: scale(1.1); } .caption-box { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); background: rgba(0, 0, 0, 0.7); color: white; padding: 1rem 2rem; border-radius: 0.5rem; text-align: center; width: 80%; border-left: 4px solid #ef4444; backdrop-filter: blur(4px); } .play-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; z-index: 50; cursor: pointer; } </style> </head> <body class="bg-gray-900 text-white font-sans min-h-screen flex items-center justify-center p-4"> <div class="max-w-4xl w-full"> <div class="mb-6 text-center"> <h1 class="text-3xl font-bold text-red-500 mb-2">Simulazione Video Mehr sehen