19
19
display : flex;
20
20
justify-content : center;
21
21
align-items : center;
22
+ background-color : # 000 ;
22
23
23
24
}
24
25
# img {
25
26
width : 100% ;
26
- height : 100% ;
27
+
28
+ position : absolute;
27
29
}
28
30
# video-box-container {
29
31
/* background-image: url("https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png"); */
30
32
width : 110vw ;
31
-
32
33
height : 100vh ;
33
-
34
34
z-index : -1 ;
35
35
display : flex;
36
36
justify-content : center;
37
- align-items : center;
38
- background : linear-gradient (rgb (80 , 81 , 82 ), rgb (15 , 15 , 15 )); * /
39
-
40
-
37
+ align-items : center;
41
38
}
42
39
# video-box {
43
- width : 72 vw ;
44
- height : 41 vw ;
45
- z-index : -1 ;
46
- margin : 0vw 1vw 2 .5vw 0vw ;
40
+
41
+ width : 75 vw ;
42
+ height : 42 vw ;
43
+ margin : 0vw 1vw 3 .5vw 0vw ;
47
44
display : flex;
48
45
background-color : rgb (223 , 212 , 166 );
49
46
background-size : cover;
50
47
position : absolute;
51
-
48
+ z-index : -1 ;
52
49
background-image : url ("https://imgs.search.brave.com/5fjjllNhqSPA30th1FUGfD8A7QV2gr9FHy89CRD8M70/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly90aW1l/c25leHQuY29tL2Nv/bnRlbnQvaW1hZ2Vz/L3dwLWNvbnRlbnQv/dXBsb2Fkcy8yMDIw/LzA0L01pcnphcHVy/LmpwZw" );
53
- border : 2px solid rgb (99 , 97 , 97 );
50
+ border : 2px solid rgb (15 , 15 , 15 );
54
51
border-bottom : 1vw solid rgb (99 , 97 , 97 );
55
52
}
56
53
# icon-container {
62
59
box-shadow : inset 10px 10px 150px 0px black;
63
60
background-color : transparent;
64
61
animation : colorNav ;
65
- /* overflow: hidden; */
66
- /* background-color: greenyellow; */
67
62
}
68
63
# icon {
69
64
width : 100% ;
70
65
height : 100% ;
71
66
margin-left : 1% ;
72
- /* padding: 50px 0px; */
73
67
display : flex;
74
68
font-size : 12px ;
75
69
justify-content : space-around;
76
70
align-items : center;
77
71
flex-direction : column;
78
- color : white;
79
-
72
+ color : white;
80
73
background-color : rgb (51 , 50 , 50 );
81
74
animation : navbar 5s linear infinite alternate ;
82
- /* animation-delay: 10s; */
83
75
transition : transform 1s ;
84
76
overflow : hidden;
85
77
}
110
102
width : 0% ;
111
103
}
112
104
}
113
- # icon fa-tv-retro {
114
- border : 2px solid green;
115
- }
105
+
116
106
# navbarHomeBox {
117
107
width : 100% ;
118
108
height : 20% ;
136
126
# img-slider {
137
127
width : 70% ;
138
128
height : 100% ;
139
- /* z-index: -1; */
140
129
background-color : transparent;
141
130
background-repeat : no-repeat;
142
131
background-size : 100% 100% ;
178
167
font-size : 2vw ;
179
168
margin-left : 0.2vw ;
180
169
color : white;
181
- /* position: absolute; */
182
170
justify-content : left;
183
171
}
184
-
185
-
186
-
187
172
# downImgContainer-container {
188
173
189
174
width : 100% ;
194
179
place-items : center;
195
180
overflow : hidden;
196
181
align-content : flex-start;
197
- /* align-items: end; */
182
+
198
183
199
184
200
185
position : absolute;
201
186
bottom : 0 ;
202
- /* padding: 1%; */
187
+
203
188
204
189
}
205
190
.downImgContainer
206
- {
207
-
191
+ {
208
192
display : flex;
209
- width : calc (8% * 20 );
210
-
211
- animation : stepScroll 10s linear infinite;
212
-
193
+ width : calc (8% * 20 );
194
+ animation : stepScroll 10s linear infinite;
213
195
}
214
196
@keyframes stepScroll {
215
197
0% {
218
200
} 15% {
219
201
margin-left : 0% ;
220
202
} 20% {
221
- margin-left : -11 % ;
203
+ margin-left : -10 % ;
222
204
} 34% {
223
- margin-left : -11 % ;
205
+ margin-left : -10 % ;
224
206
} 40% {
225
- margin-left : -22.2 % ;
207
+ margin-left : -20 % ;
226
208
} 55% {
227
- margin-left : -22.2 % ;
209
+ margin-left : -20 % ;
228
210
} 60% {
229
- margin-left : -33.5 % ;
211
+ margin-left : -30 % ;
230
212
} 75% {
231
- margin-left : -33.5 % ;
213
+ margin-left : -30 % ;
232
214
} 80% {
233
- margin-left : -44 % ;
215
+ margin-left : -40 % ;
234
216
} 100% {
235
- margin-left : -44 % ;
217
+ margin-left : -40 % ;
236
218
}
237
- }
238
-
239
-
240
- .Small-img {
241
-
219
+ }
220
+ .Small-img {
242
221
width : 12vw ;
243
- height : 45% ;
244
-
222
+ height : 45% ;
245
223
padding : 0.1vw ;
246
224
display : flex;
247
225
align-items : center;
248
226
perspective : 100px ;
249
227
250
228
}
251
229
.img-s {
252
-
253
- width : 100% ;
254
-
230
+ width : 100% ;
255
231
height : 100% ;
256
232
transition : transform 1s ;
257
233
}
234
+
258
235
# text {
259
236
width : 100% ;
260
237
height : 100% ;
263
240
color : white;
264
241
font-weight : 900 ;
265
242
display : flex;
266
- /
267
-
268
- /* background-color: rgb(0, 255, 0); */
269
-
243
+
270
244
}
271
245
# imgBorder {
272
246
width : 12.1vw ;
273
247
height : 8.2vw ;
274
248
z-index : 2 ;
275
249
margin-right : 43.8vw ;
276
- /* margin-bottom: 0.10vw; */
277
- position : absolute;
278
- /* position: fixed; */
250
+ margin-bottom : 1vw ;
251
+ position : absolute;
279
252
border : 0.2vw solid rgb (244 , 243 , 248 );
280
253
border-radius : 0.2vw ;
281
- /* margin-top: 1.6vw; */
282
- /* margin: 0vw 1vw 2.5vw 0vw; */
283
-
284
-
285
-
286
-
287
-
288
-
289
-
254
+
290
255
}
291
256
span {
292
257
display : grid;
293
- /* background-color: #ffd700; */
294
- margin-left : 7.9vw ;
295
-
258
+ margin-left : 9.4vw ;
296
259
animation : spanUP 10s linear infinite;
297
260
}
298
261
@keyframes spanUP {
299
262
0% {
300
263
margin-top : 8% ;
301
-
302
264
} 5% {
303
265
margin-top : 8% ;
304
-
305
266
} 10% {
306
267
margin-top : 0% ;
307
-
268
+ }
308
269
}
309
-
310
- }
311
-
312
270
# mouse {
313
271
width : 1vw ;
314
272
height : 1vw ;
357
315
font-family : Georgia, 'Times New Roman' , Times, serif;
358
316
animation : textChange 10s linear infinite;;
359
317
}
360
- @keyframes textChange {
361
- 0% {
362
- margin
363
- }
364
-
365
- }
366
-
318
+
367
319
368
320
369
321
</ style >
370
322
</ head >
371
323
< body > < div id ="mouse "> </ div >
372
- < img id ="img " src ="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png "
373
324
< div id ="video-box-container ">
374
-
375
-
376
-
377
-
325
+ < img id ="img " src ="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png ">
326
+
327
+
328
+
329
+
378
330
< div id ="video-box ">
379
331
< div id ="icon-container ">
380
332
< div id ="icon-container icon-container-copy "> </ div >
381
- < div id ="icon ">
382
-
333
+ < div id ="icon ">
383
334
< i class ="fa-solid fa-magnifying-glass "> </ i >
384
- < div id ="navbarHomeBox "> < i class ="fa-solid fa-house "> </ i > </ div >
385
-
386
-
335
+ < div id ="navbarHomeBox "> < i class ="fa-solid fa-house "> </ i > </ div >
387
336
< i class ="fa-solid fa-clapperboard "> </ i >
388
337
< i class ="fa-solid fa-calendar-days "> </ i >
389
338
</ div >
@@ -410,23 +359,15 @@ <h1 class="head">The movie Netflix</h1> <p class="para"> Netflix is one of the w
410
359
< div onclick ="slideImage " class ="Small-img "> < img class ="img-s " src ="https://imgs.search.brave.com/5fjjllNhqSPA30th1FUGfD8A7QV2gr9FHy89CRD8M70/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly90aW1l/c25leHQuY29tL2Nv/bnRlbnQvaW1hZ2Vz/L3dwLWNvbnRlbnQv/dXBsb2Fkcy8yMDIw/LzA0L01pcnphcHVy/LmpwZw "> </ div >
411
360
< div onclick ="slideImage " class ="Small-img "> < img class ="img-s " src ="https://imgs.search.brave.com/_gg7bMyPmD_QYFLpt6zXEiQYMj_1DlSrTef4Lmo207E/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly93cC5z/Y29vcHdob29wLmNv/bS93cC1jb250ZW50/L3VwbG9hZHMvMjAx/OS8wNS81Y2M0M2Iw/YWQwYWEzODY3NmFh/OWUyNWRfOGZjOTEy/NmQtYTcyMS00M2My/LWJhZmQtMDZmZGRh/MjEyMjAwLmpwZw "> </ div >
412
361
< div onclick ="slideImage " class ="Small-img "> < img class ="img-s " src ="https://imgs.search.brave.com/tF2-COIT3sc5kaNDTYmY8kPXoPU9YFQ6J_ZXEho7nfE/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly90aW1l/c25leHQuY29tL2Nv/bnRlbnQvaW1hZ2Vz/L3dwLWNvbnRlbnQv/dXBsb2Fkcy8yMDIw/LzA0L1NlbGVjdGlv/bi1EYXktd2ViLXNl/cmllcy1pbmRpYS5q/cGc "> </ div >
413
- < div onclick ="slideImage " class ="Small-img "> < img class ="img-s " src ="https://imgs.search.brave.com/XUr0NrTiyqQMcp-OzbtK_ifyItpIL8HdeWxH08mzm1w /rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuaW5kaWFuZXhw/cmVzcy5jb20vMjAy/MC8xMi9SZXdpbmQt/MjAyMC5qcGc_dz02/NDA "> </ div >
362
+ < div onclick ="slideImage " class ="Small-img "> < img class ="img-s " src ="https://imgs.search.brave.com/4pV4ekk6APBL4QatFGhYli4C4lXC__ryaaWozUm_l6A /rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9zdGF0/aWMuamF2YXRwb2lu/dC5jb20vYmVzdC9p/bWFnZXMvYmVzdC13/ZWItc2VyaWVzLW9u/LW5ldGZsaXg1LnBu/Zw "> </ div >
414
363
< div onclick ="slideImage " class ="Small-img "> < img class ="img-s " src ="https://imgs.search.brave.com/hzQ4LIqTmtGKDAB2xEyaukKU7-N9CVhtuMrYIhU26Gk/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly90aW1l/c25leHQuY29tL2Nv/bnRlbnQvaW1hZ2Vz/L3dwLWNvbnRlbnQv/dXBsb2Fkcy8yMDIw/LzA0L01hZGUtaW4t/SGVhdmVuLmpwZw "> </ div >
415
364
< div onclick ="slideImage " class ="Small-img "> < img class ="img-s " src ="https://imgs.search.brave.com/r_Nw0xyviPl5Ypi65KEvA2SeVXFtN_h0uRKvMrbK14k/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly90aW1l/c25leHQuY29tL2Nv/bnRlbnQvaW1hZ2Vz/L3dwLWNvbnRlbnQv/dXBsb2Fkcy8yMDIw/LzA0L1N0YXItQm95/ei13ZWItc2VyaWVz/LWhpbmRpLmpwZw "> </ div >
416
-
417
-
365
+ < div onclick =" slideImage " class =" Small-img " > < img class =" img-s " src =" https://imgs.search.brave.com/XUr0NrTiyqQMcp-OzbtK_ifyItpIL8HdeWxH08mzm1w/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuaW5kaWFuZXhw/cmVzcy5jb20vMjAy/MC8xMi9SZXdpbmQt/MjAyMC5qcGc_dz02/NDA " > </ div >
366
+
418
367
</ div >
419
368
</ span >
420
-
421
369
</ div >
422
-
423
-
424
370
</ div >
425
-
426
-
427
-
428
-
429
-
430
371
</ div >
431
372
432
373
@@ -457,12 +398,6 @@ <h1 class="head">The movie Netflix</h1> <p class="para"> Netflix is one of the w
457
398
} ) ;
458
399
459
400
460
- let TextHead = document . querySelector ( "#bigImgText" )
461
- let head = document . querySelector ( ".head" )
462
- let para = document . querySelector ( ".para" )
463
-
464
-
465
-
466
401
467
402
468
403
0 commit comments