-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmovie.html
More file actions
75 lines (62 loc) · 2.68 KB
/
Copy pathmovie.html
File metadata and controls
75 lines (62 loc) · 2.68 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>movie</title>
<link rel="stylesheet" href="movie.css">
</head>
<body>
<div class="mainContainer">
<div class="movieContainer">
<div class="topTitle">
<p>War Never Ends Quietly</p>
</div>
<div class="backgroundContent">
<div class="leftContent">
<div class="logo">
<img src="./youtube.png" alt="play logo">
</div>
<div class="showingMat">
<div class="top">
<p>SHOWING ON</p>
</div>
<div class="bottom">
<h3>MATHEW'S TV</h3>
</div>
</div>
</div>
<div class="title">
<h1>FURY</h1>
</div>
<div class="timeStamp">
<p>2:00:14</p>
</div>
</div>
</div>
<div class="castContainer">
<div class="detail">
<div class="profile">
<img src="./Raw_Fury-Logo.wine.svg" alt="">
</div>
<div class="castCrew">
<h4>FURY. STARING BRAD PIT, SHIA LABEOUF, JON BERNTHAL, LOGAN LERMAN, MICHAEL PENA.</h4>
</div>
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z" />
</svg>
</div>
</div>
<div class="final">
<div class="name">
<p>Mathews TV</p>
</div>
<div class="views">
<p>14mil views</p>
</div>
</div>
</div>
</div>
</body>
</html>