Broken TV

Size
2,456 Kb
Views
42,504

How do I make an broken tv?

Funsies with the deprecated marquee-element. Just breaking a html video.For even more epic brokenness go here:. What is a broken tv? How do you make a broken tv? This script and codes were developed by Karsten Buckstegge on 10 September 2022, Saturday.

Broken TV Previews

Broken TV - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Broken TV</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="tv"> <img src="http://honeypotmarketing.com/wp-content/uploads/OLD-SCHOOL-TV.png" alt="" /> <!-- broken video --> <div class="video"> <marquee direction="down" behavior="alternate" class="a"> <marquee behavior="alternate"> <video class="b" src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" autoplay></video> <!--<div class="b"></div>--> </marquee> </marquee> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Broken TV - Script Codes CSS Codes

body { background: -webkit-radial-gradient(center ellipse, #f3e2c7 0%, #fc9b0a 100%); background: radial-gradient(ellipse at center, #f3e2c7 0%, #fc9b0a 100%);
}
.tv { position: absolute; left: calc(50% - 550px/2); top: calc(50% - 380px/2);
}
.tv img { position: absolute; top: 0; left: 0; z-index: 10; width: 550px;
}
.video { position: absolute; top: 25px; left: 20px;
}
marquee { height: 300px; width: 400px; border: 1px solid black;
}
.b { width: 400px; height: 300px; background: black;
}
video { -webkit-animation: broken 4s infinite alternate; animation: broken 4s infinite alternate;
}
@-webkit-keyframes broken { from { -webkit-filter: saturate(0.2); filter: saturate(0.2); } to { -webkit-filter: saturate(2); filter: saturate(2); }
}
@keyframes broken { from { -webkit-filter: saturate(0.2); filter: saturate(0.2); } to { -webkit-filter: saturate(2); filter: saturate(2); }
}
Broken TV - Script Codes
Broken TV - Script Codes
Home Page Home
Developer Karsten Buckstegge
Username MrBambule
Uploaded September 10, 2022
Rating 3
Size 2,456 Kb
Views 42,504
Do you need developer help for Broken TV?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Karsten Buckstegge (MrBambule) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!