-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path112finalproject.html
More file actions
28 lines (27 loc) · 895 Bytes
/
112finalproject.html
File metadata and controls
28 lines (27 loc) · 895 Bytes
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
<html>
<head>
<title>Final Project</title>
<style>
body {
text-align: center;
font-family: URW Chancery L, cursive;
background-color: thistle;
}
h1 {
font-size: 75px;
margin-left: 200px;
margin-right: 200px;
padding: 15px;
}
</style>
</head>
<body>
<h1>Rotoscoping Simone Biles Flips</h1>
<div style= "width:700; height:400; align:center; margin:auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/mRucX2qUxb4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br></br>
<div style= "font-size: 30px; margin-left: 50px; margin-right: 50px; background-color: mintcream;">
<p> Made with Illustrator + After Effects </p>
</div>
</body>
</html>