-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfantastic.htm
50 lines (44 loc) · 1.96 KB
/
fantastic.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>Fantastic Beasts: The Crimes of Grindelwald</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">Fantastic Beasts: The Crimes of Grindelwald</h2>
</header>
<iframe class="embeded-video" src="https://www.youtube.com/embed/8bYBOVWLNIs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div>
<table>
<tr>
<th class="details">Domestic Total as of Dec. 25, 2018:</th>
<th class="details">$154,994,713 (Estimate)</th>
</tr>
<tr>
<td>Distributor: <span class="details"><a href="https://www.boxofficemojo.com/studio/chart/?studio=warnerbros.htm">Warner Bros.</a></span></td>
<td>Release Date: <span class="details">November 16, 2018</span></td>
</tr>
<tr>
<td>Genre: <span class="details"></span>Fantasy</td>
<td>Runtime: <span class="details">2 hrs. 14 min.</span></td>
</tr>
<tr>
<td>MPAA Rating: <span class="details">PG-13</span></td>
<td>Production Budget: <span class="details">$200 million</span></td>
</tr>
</table>
</div>
</div>
</body>
</html>