-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspiderman.htm
50 lines (44 loc) · 1.84 KB
/
spiderman.htm
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Spider-Man: Into The Spider-Verse</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="style1.css" />
<style>
body {
background-color: silver;
}
</style>
</head>
<body>
<div class="container">
<header>
<h2 id="heading">Spider-Man: Into The Spider-Verse</h2>
</header>
<iframe class="embeded-video" src="https://www.youtube.com/embed/tg52up16eq0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div>
<table>
<tr>
<th class="details">Domestic Total as of Dec. 21, 2018:</th>
<th class="details"> $52,950,063 (Estimate)</th>
</tr>
<tr>
<td>Distributor: <span class="details">Sony / Columbia</span></td>
<td>Release Date: <span class="details">December 14, 2018</span></td>
</tr>
<tr>
<td>Genre: <span class="details">Animation</span></td>
<td>Runtime: <span class="details">1 hrs. 57 min.</span></td>
</tr>
<tr>
<td>MPAA Rating: <span class="details">PG</span></td>
<td>Production Budget: <span class="details">$90 million</span></td>
</tr>
</table>
</div>
</div>
</body>
</html>