-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetFlix.html
43 lines (39 loc) · 1.53 KB
/
netFlix.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
37
38
39
40
41
42
43
<!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">
<title>Document</title>
<link rel="stylesheet" href="netflix.css">
</head>
<body>
<section>
<div class="imageD">
<h1 class="net">NETFLIX</h1>
<button class="sign">Sign In</button>
<img src="/All Assignments/Assignment Images/netflix homepage.jpg" alt="">
</div>
<div>
<h1 id="unlimited">Unlimited movies, TV shows, and more.</h1>
<p id="watch">Watch anywhere. Cancel anytime.</p>
<p id="Ready">Ready to watch? Enter your email to create or restart your membership.</p>
<input type="email" placeholder="Email address">
<button class="get">Get Started > </button>
</div>
</section>
<section class="section1">
<hr> <br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br>
<img class="tv" src="./tv.png" alt="">
<br> <hr>
<p class="Enjoy">Enjoy on your TV.</p>
<p class="more">Watch on Smart TVs, Playstation, Xbox, <br> Chromecast, Apple TV, Blu-ray players, and more.</p>
</section>
<section class="section 2">
<input class="check" type="checkbox" name="" id="">
<div class="vid">
<video src="/All Assignments/Assignment Images/_I Got Rich When I Understood This_ _ Wallstreet Trapper & Tom Bilyeu ( 360 X 640 ).mp4" controls muted> </video>
</div>
</section>
</body>
</html>