-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
34 lines (33 loc) · 2.23 KB
/
videos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Pizzaman's Website</title>
<link rel="shortcut icon" href="https://forums.meower.org/user_avatar/forums.meower.org/pizzapizza72/64/300_2.png" type="image/x-icon">
<link href="https://cdn.meower.org/asset-cdn/website/style.css" rel="stylesheet" type="text/css" />
</head>
<style>
section {
background: rgba(0, 0, 0, 0.3);
color: white;
border-radius: 1em;
padding: 1em;
top: 50%;
left: 50%;
margin: auto;
width: 60%;
text-align: center;
align-self: center;
align-content: center; }
</style>
<body style="background-image: url('https://www.pizzahut.com/c/assets/img/gluten-free-pizza-near-me_875x300.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; text-align: center; align-content: center; background-attachment: fixed;">
<br>
<section>
<h1 class="title">My Videos</h1>
<p class="body">Most of these videos were created with Kapwing.</p>
<h1>"CHICKEN CHICKEN CHICKEN CHICKEN" (WARNING: Loud ending!)
<center><div style="height: 0; padding-bottom: calc(56.25%); position:relative; width: 100%;"><iframe allow="autoplay; gyroscope;" allowfullscreen height="100%" referrerpolicy="strict-origin" src="https://www.kapwing.com/e/63e5bf58d3228e001f6815ee" style="border:0; height:100%; left:0; overflow:hidden; position:absolute; top:0; width:100%" title="Embedded content made on Kapwing" width="100%"></iframe></div><p style="font-size: 12px; text-align: right;">Video edited on <a href="https://www.kapwing.com/video-editor">Kapwing</a></p></center>
<center><div style="height: 0; padding-bottom: calc(75.00%); position:relative; width: 100%;"><iframe allow="autoplay; gyroscope;" allowfullscreen height="100%" referrerpolicy="strict-origin" src="https://www.kapwing.com/e/63e6d994a109b2001df1ba02" style="border:0; height:100%; left:0; overflow:hidden; position:absolute; top:0; width:100%" title="Embedded content made on Kapwing" width="100%"></iframe></div><p style="font-size: 12px; text-align: right;">Video edited on <a href="https://www.kapwing.com/video-editor">Kapwing</a></p></center>
</section>
</html>