-
Notifications
You must be signed in to change notification settings - Fork 0
/
netflix.html
29 lines (24 loc) · 1.18 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
<html>
<head>
<title>Netflix Home Page</title>
<link rel="stylesheet" href="netflix.css"/>
</head>
<body>
<img src="C:\Users\KEERTHANA R\OneDrive\Desktop\BharatIntern\kindpng_2381940.png" width="180px" height="70px" style="padding-left: 70px;">
<div id="pos">
<ul style="list-style: none;">
<!--<li><button type="button" style="background: transparent;">(En)English</li>-->
<li><button type="button" id="but" >#</button></li>
</ul>
</div>
<div id="body2">
<h1><strong> Unlimited movies, TV<br>shows and more.</strong></h1>
<p style="text-align: center;color: white;">Watch anywhere.cancel anytime <br><br>
Ready to watch anywhere?Enter your email to create or restart your membership.</p>
</div>
<div id="box1">
<input type="text" style="width:300px;border-radius: 6%; "placeholder="Email Address" >
<button type="button" style="width:130px; background-color: red; border-radius: 5%;color: white;"> GET STARTED ></button>
</div>
</body>
</html>