-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathnetflix clone
127 lines (106 loc) · 3.45 KB
/
netflix clone
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NETFLIX INDIA </title>
</head>
<body>
<button> English </button> <button> Sign in</button>
<main>
<div class="box">
<img src="net.ico" alt="">
<h1>Unlimted Movies, Tv shows and more</h1>
<p> Watch anytime.Cancle anytime</p>
<a> Ready to watch? Enter your email to create or restart your membership.</a>
<br>
<input placeholder="Enter your email adress "> <button>GetStarted </button>
<br>
<p>MOVIES </p>
<img src="movies 2.jpg" alt="" width="200px" height="300px">
<img src="movies 3.jpg" alt="" width="200px" height="300px">
<img src="movies 4.jpg" alt="" width="200px" height="300px">
<img src="movies 5.jpg" alt="" width="250px" height="300px">
<img src="movies 6.jpg" alt="" width="250px" height="300px">
<img src="movies1.jpg" alt="" width="250px" height="300px">
<br>
<p href="#"> WEBSERIES</p>
<img src="w1.jpg" alt="" width="300px" height="300px">
<img src="w2.jpg" alt="" width="200px" height="300px">
<img src="w3.jpg" alt="" width="250px" height="300px">
<img src="w4.jpg" alt="" width="200px" height="300px">
<img src="w5.jpg" alt="" width="200px" height="300px">
<img src="w6.jpg" alt="" width="200px" height="300px">
<br>
<p href="#"> ORIGINAL</p>
<img src="o1.jpg" alt="" width="300px" height="300px">
<img src="o2.jpg" alt="" width="300px" height="300px">
<img src="o3.jpg" alt="" width="200px" height="300px">
<img src="o4.jpg" alt="" width="200px" height="300px">
<img src="o5.jpg" alt="" width="200px" height="300px">
<img src="o6.jpg" alt="" width="200px" height="300px">
<br>
<p href="#"> TV SHOWS </p>
<img src="tv1.jpg" alt="" width="300px" height="300px">
<img src="tv2.jpg" alt="" width="300px" height="300px">
<img src="tv3.jpg" alt="" width="300px" height="300px">
<img src="tv4.jpg" alt="" width="300px" height="300px">
<img src="tv5.jpg" alt="" width="200px" height="300px">
<br>
<p href=""> RECENTLY ADDED</p>
<img src="r1.jpg" alt="" width="300px" height="300px">
<img src="r2.jpg" alt="" width="300px" height="300px">
<img src="r3.jpg" alt="" width="200px" height="300px">
<img src="r4.jpg" alt="" width="250px" height="300px">
<img src="r5.jpg" alt="" width="200px" height="300px">
<img src="r6.jpg" alt="" width="200px" height="300px">
</div>
<style>
div{
height: 2000px;
width: 1500px;
background-color: black;
}
a{
color: white;
transform-style: preserve-3d;
margin-right: 10px;
}
a1{
margin-right: 100px;
color: red;
}
button{
color: white;
}
p{
color: white;
margin-left: 600px;
}
h1{
color: white;
}
button{
color: blueviolet;
}
a{
margin-left: 600px;
}
h1{
color: red;
margin-left: 600px;
}
input{
margin-left:600px ;
height: 50px;
width: 200px;
}
button{
color: red;
height: 50px;
width: 200px;
}
</style>
</main>
</body>
</html>