-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (88 loc) · 3.23 KB
/
index.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
95
96
<!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>Netflix</title>
<link href="https://fonts.googleapis.com/css2?family=Comme&family=Oxygen:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body >
<div class= "h">
<nav>
<div class ="img">
<img src="image/net.png">
</div>
<div class="btn">
<button class="eng">English</button>
<button class="sign">Sign In</button>
</div>
</nav>
<div class ="main">
<h1>Unlimited movies,<br>TV shows and more.</h1>
<h3>Watch anywhere. Cancel anytime.</h3>
<p>Ready to wattch? Enter your email to create or restart your membership.</p>
</div>
<div class="input">
<input type ="text" placeholder="Email Address">
<button>Get Started </button>
</div>
</div>
</div>
<div class ="first" style="margin-top:2px">
<div class="text">
<h1>Enjoy on your TV</h1>
<p>Watch on smart TVs,PlayStation, Xbox, Chromecast,Apple TV. Blu-ray players and more</p>
</div>
<img src="image/img1.jpg" alt="">
</div>
<div class ="first">
<div class="text">
<h1>Watch everywhere.</h1>
<p>Stream unlimited moviesand TV shows on your phone, tablet, laptop, and TV.</p>
</div>
<img src="image/img2.jpg" alt="">
</div>
<div class ="first">
<img src="image/img3.jpg" alt="">
<div class="text" style="margin-left:30px">
<h1>Download your shows to watch offline.</h1>
<p>Save your favourites easily and always have somethig to watch.</p>
</div>
</div>
<div class="buttons">
<h1>Frequenty Asked Question</h1>
<button>What is Netflix?</button><br>
<button> How much Netflix cost?</button><br>
<button>Where can i cancel ?</button><br>
<button>How do i cancel ?</button><br>
</div>
<div class="footer">
<div class="list">
<p>FAQ</p>
<p>Investor Relations</p>
<p>Privacy</p>
<p>Speed Test</p>
<p>Netflix India</p>
</div>
<div class="list">
<p>Help Center</p>
<p>jobs</p>
<p>Cookie Preferences</p>
<p>Legal notices</p>
</div>
<div class="list">
<p>Account</p>
<p>Ways to Watch</p>
<p>Corporate Information</p>
<p>Only on Netflix</p>
</div>
<div class="list">
<p>Media Center</p>
<p>Terms of Use</p>
<p>Contact Us</p>
</div>
</div>
</body>
</html>