-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetflixclone.html
94 lines (81 loc) · 3.47 KB
/
netflixclone.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix</title>
<link rel="stylesheet" href="clone.css">
<link rel="icon" type="image/x-icon" href="https://static-00.iconduck.com/assets.00/netflix-icon-icon-2048x2048-yj41gpvr.png">
</head>
<body>
<div class="main">
<div class="nav">
<span><img src="fl.png" width="180px"></span>
<div>
<button class="btn">English</button>
<button class="btn btn-red-sm">Sign In</button>
</div>
</div>
<div class="box"></div>
<div class="hero">
<span>Unlimited movies, TV shows and more</span>
<span>Watch anywhere. Cancel anytime.</span>
<span>Ready to watch? Enter your email or mobile number to create or restart your membership.</span>
<div class="search">
<input type="email" placeholder="Email Address">
<button class="btn btn-red">Get Started <b>></b></button>
</div>
</div>
<div class="seperation"></div>
<div class="nav2">
<section class="first">
<div class="one">
<div class="o1">Enjoy on your TV</div>
<div class="o2">Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</div>
</div>
<div class="secimg">
<img src="tv.png" alt="">
<video src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-in-0819.m4v" autoplay muted loop></video>
</div>
</section>
</div>
<div class="nav3">
<div class="line"></div>
<section class="second">
<div class="thimg">
<img src="st1.jpg" alt="">
</div>
<div class="two">
<div class="t1">Download your shows to watch offline</div>
<div class="t2">Save your favourites easily and always have something to watch.</div>
</div>
</section>
</div>
<div class="line3"></div>
<div class="nav4">
<section class="first">
<div class="three">
<div class="th1">Watch everywhere</div>
<div class="th2">Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</div>
</div>
<div class="fthimg">
<img src="laptop.png" alt="">
<video src="v1.m4v" autoplay muted loop></video>
</div>
</section>
</div>
<div class="line3"></div>
<div class="nav5">
<section class="fourth">
<div class="fourimg">
<img src="children.png" alt="">
</div>
<div class="four">
<div class="f1">Create profiles for kids</div>
<div class="f2">Send children on adventures with their favourite characters in a space made just for them—free with your membership.</div>
</div>
</section>
</div>
</div>
</body>
</html>