-
Notifications
You must be signed in to change notification settings - Fork 0
/
netflix.html
29 lines (25 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="netflix.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="item1"><img src="logo2.png" alt=""></div>
<div class="text"><h1>Unlimited movies,TV shows and more<br></h1>
<div class="one"> Watch anywhere.Cancel anytime.</div><br>
<from action="post">
<div class="two">Ready to watch?Enter your email to create or restart your membership</div><br>
<input type="email" placeholder="email address"class="input1"></input>
<select id="languages">
<option value="English"><i class="fa fa-language" style="font-size:24px">English</i></option>
<option value="Hindi"><i class="fa fa-language" style="font-size:24px">Hindi</i></option>
</select>
<button type="submit"class="b2">Get Started</button>
<button type="submit" class="b1"> Sign in</button>
</from>
</body>
</html>