forked from Tiemoue/Movie-Trailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetflix-description.html
36 lines (33 loc) · 1.43 KB
/
netflix-description.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
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="netflix-description.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Document</title>
</head>
<body>
<h1>Netflix Trailer Rating</h1>
<div class="container-flex">
<main>
<div class="container container-flex container-flex-row">
<div class="card-container">
<h2 class="title">Pitch Perfect</h2>
<p>The Barden Bellas are a collegiate, all-girls a cappella
singing group thriving on female pop songs and their perfect looks. After a disastrous failing at
last year's finals, they are forced to regroup. Among the new recruits is freshman Beca, an
independent, aspiring DJ with no interest in the college life.</p>
<i class="fa fa-thumbs-up fa-lg"></i>
<i class="fa fa-thumbs-down fa-lg"></i>
</div>
<div class="trailer">
<iframe width="420" height="315" src="https://youtube.com/embed//H3GfsNuzLmI">
</iframe>
</div>
</div>
</main>
</div>
</body>
</html>