Skip to content

Commit 9112ec0

Browse files
All Folder's Added
1 parent 94d50c5 commit 9112ec0

File tree

16 files changed

+478
-49
lines changed

16 files changed

+478
-49
lines changed

Video53/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
</div>
5050
<section class="first">
5151
<div>
52-
<span>Enjoy on your TV</span>
53-
<span>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span>
52+
<span class="font">Enjoy on your TV</span>
53+
<span class="font">Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span>
5454
</div>
5555
<div class="secImg">
5656
<img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png" alt="">
@@ -65,19 +65,21 @@
6565

6666
</div>
6767
<div>
68-
<span>Download your shows to watch offline</span>
69-
<span>Save your favourites easily and always have something to watch.</span>
68+
<span class="font">Download your shows to watch offline</span>
69+
<span class="font">Save your favourites easily and always have something to watch.</span>
7070
</div>
7171
</section>&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;
7272
<div class="separation"></div>
7373
<section class="first third">
7474
<div>
75-
<span>Watch everywhere</span>
76-
<span>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
75+
<span class="font">Watch everywhere</span>
76+
<span class="font">Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
7777
</div>
7878
<div class="secImg">
7979
<img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png" alt="">
80+
<div class="vid">
8081
<video src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-devices-in.m4v" autoplay loop ></video>
82+
</div>
8183
</div>
8284
</section>&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;
8385
<div class="separation"></div>
@@ -87,8 +89,8 @@
8789

8890
</div>
8991
<div>
90-
<span>Create profiles for kids</span>
91-
<span>Send children on adventures with their favourite characters in a space made just for them—free with
92+
<span class="font">Create profiles for kids</span>
93+
<span class="font">Send children on adventures with their favourite characters in a space made just for them—free with
9294
your membership.</span>
9395
</div>
9496
</section>&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;&tfr;

Video53/style.css

Lines changed: 111 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ body {
88
background: #000;
99
max-width: 100%;
1010
}
11-
body, .main {
11+
body,
12+
.main {
1213
margin: 0;
1314
padding: 0;
1415
}
@@ -37,7 +38,7 @@ nav {
3738
height: 60px;
3839
display: flex;
3940
justify-content: space-between; /* Logo on left, buttons on right */
40-
align-items: center; /* Vertically center everything */
41+
align-items: center; /* Vertically center everything */
4142
/* overflow-x: hidden; */
4243
}
4344
nav > span {
@@ -48,7 +49,7 @@ nav > span {
4849
nav > div {
4950
/* Container holding your two buttons */
5051
display: flex;
51-
gap: 15px; /* space between English and Sign In buttons */
52+
gap: 15px; /* space between English and Sign In buttons */
5253
align-items: center; /* vertical alignment */
5354
}
5455

@@ -66,7 +67,7 @@ nav > div {
6667
border-radius: 4px;
6768
cursor: pointer;
6869
}
69-
.btn1:hover{
70+
.btn1:hover {
7071
filter: brightness(0.9);
7172
}
7273
nav img {
@@ -175,17 +176,27 @@ nav button {
175176
.secImg {
176177
position: relative;
177178
}
179+
178180
.secImg img {
179181
width: 555px;
180182
position: relative;
181183
z-index: 10;
182184
}
185+
183186
.secImg video {
184187
position: absolute;
185-
top: 51px;
188+
top: 80px;
186189
right: 0;
187-
width:555px;
190+
width: 555px;
191+
height: 250px;
188192
}
193+
.vid video {
194+
height: 300px;
195+
width: 560px;
196+
overflow-y: auto;
197+
top: 70px;
198+
}
199+
189200
.first > div {
190201
display: flex;
191202
flex-direction: column;
@@ -261,7 +272,7 @@ nav button {
261272
align-items: center;
262273
justify-content: center;
263274
gap: 9px;
264-
padding: 9px 0 0 0 ;
275+
padding: 9px 0 0 0;
265276
}
266277
.btn-red1 {
267278
background-color: red;
@@ -275,7 +286,7 @@ nav button {
275286
.btn-red1:hover {
276287
filter: brightness(0.9);
277288
}
278-
.questions a{
289+
.questions a {
279290
color: white;
280291
}
281292
.footer a {
@@ -301,37 +312,38 @@ footer .questions {
301312
.footer a:first-child {
302313
color: #acacac;
303314
}
304-
.footer a:nth-child(2){
315+
.footer a:nth-child(2) {
305316
color: #acacac;
306317
}
307-
.footer a:nth-child(3){
318+
.footer a:nth-child(3) {
308319
color: #acacac;
309320
}
310-
.footer a:nth-child(4){
321+
.footer a:nth-child(4) {
311322
color: #acacac;
312323
}
313-
.botom{
314-
margin: auto;
315-
padding: 50px 0 0 0 ;
324+
.botom {
325+
margin: auto;
326+
padding: 50px 0 0 0;
316327
}
317-
.foot{
318-
padding: 50px 0 0 0 ;
328+
.foot {
329+
padding: 50px 0 0 0;
319330
}
320-
.footbig{
331+
.footbig {
321332
color: #bbbbbb;
322333
font-size: 15px;
323334
}
324-
.footsmall{
335+
.footsmall {
325336
color: grey;
326337
padding: 30px 0 0 0;
327338
font-size: 13px;
328339
}
329-
.footsmall a { color: #3467c5; }
340+
.footsmall a {
341+
color: #3467c5;
342+
}
330343
@media screen and (max-width: 1300px) {
331344
nav {
332345
max-width: 90vw;
333346
}
334-
335347
.first {
336348
flex-wrap: wrap;
337349
}
@@ -341,11 +353,56 @@ padding: 50px 0 0 0 ;
341353
}
342354

343355
.secImg video {
356+
position: absolute;
357+
top: 50px;
358+
right: 0;
359+
left: 0;
360+
width: 400px;
361+
height: 134px;
362+
width: 305px;
363+
height: 140px;
364+
}
365+
.secImg1 img {
344366
width: 305px;
345367
}
368+
.vid video {
369+
height: 160px;
370+
width: 300px;
371+
overflow-y: auto;
372+
top: 40px;
373+
}
374+
.span {
375+
text-align: center;
376+
padding: 30px 10px 10px 10px;
377+
font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu,
378+
sans-serif;
379+
font-weight: 10px;
380+
color: white;
381+
justify-content: center;
382+
align-items: center;
383+
display: flex;
384+
}
385+
.main img {
386+
width: 100px;
387+
}
388+
.font {
389+
font-size: 10px;
390+
padding: 10px 0 0;
391+
}
392+
.faqbox {
393+
display: flex;
394+
background-color: #2d2d2d;
395+
padding: 30px;
396+
padding: 15px;
397+
max-width: 90vw;
398+
margin: 7px auto;
399+
align-items: center;
400+
justify-content: space-between;
401+
font-size: 19px;
402+
}
346403

347404
.hero > :nth-child(1) {
348-
font-size: 32px;
405+
font-size: 20px;
349406
}
350407

351408
.hero > :nth-child(2) {
@@ -378,40 +435,35 @@ padding: 50px 0 0 0 ;
378435
align-items: center;
379436
}
380437
}
381-
382-
@media screen and (max-width: 1300px) {
383-
.footer {
384-
display: grid;
385-
grid-template-columns: 1fr 1fr;
386-
gap: 25px;
387-
}
388-
}
389-
390-
.footer a {
391-
font-size: 14px;
392-
color: white;
393-
}
394-
395-
.footer-item {
396-
display: flex;
397-
flex-direction: column;
398-
gap: 23px;
399-
}
400438
@media screen and (max-width: 1300px) {
401439
nav {
402440
max-width: 90vw;
441+
overflow:auto;
403442
}
404443

405444
.first {
406445
flex-wrap: wrap;
407446
}
447+
.main {
448+
background-size: max(1350px, 100vw);;
449+
}
450+
.btn {
451+
padding: 2px 3px 3px 3px;
452+
color: white;
453+
border-radius: 3px;
454+
cursor: pointer;
455+
font-size: 0.875rem;
456+
font-weight: 500;
457+
}
408458

409459
.secImg img {
410460
width: 305px;
461+
height: 250px;
411462
}
412463

413464
.secImg video {
414465
width: 305px;
466+
overflow: hidden;
415467
}
416468

417469
.hero > :nth-child(1) {
@@ -433,10 +485,28 @@ padding: 50px 0 0 0 ;
433485
justify-content: center;
434486
gap: 16px;
435487
}
488+
.hero-buttons input {
489+
padding: 10px 130px 10px 10px;
490+
}
491+
.hero-buttons1 {
492+
display: flex;
493+
flex-direction: column;
494+
align-items: center;
495+
justify-content: center;
496+
gap: 16px;
497+
}
498+
.hero-buttons1 input {
499+
padding: 10px 200px 10px 10px;
500+
font-size: 10px;
501+
}
502+
.faq h2 {
503+
font-size: 12px;
504+
padding: 1px 10px 0 0;
505+
}
436506

437507
.faq h2 {
438508
text-align: center;
439-
font-size: 32px;
509+
font-size: 20px;
440510
}
441511

442512
footer {

Video54/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>JavaScript Introduction</title>
7+
</head>
8+
<body>
9+
<div class="box">
10+
Hey I am box
11+
</div>
12+
<button>Submit</button>
13+
<script src ="script.js"></script>
14+
</body>
15+
</html>

Video54/new.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
console.log("Hello World!")
2+
console.log("Code is Running...")
3+
console.log("Code is also Running...")
4+
console.log("Code is Running look like a wow...")

Video54/script.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
alert("Hello World");
2+
console.log("Code is Running...")
3+
console.log("Code is also Running...")
4+
console.log("Code is Running look like a wow...")
5+
6+
var a = prompt("Enter your number")
7+
var isTrue = confirm("Are you sure you want to leave this page and blast you computer")
8+
if(isTrue){
9+
console.log("Computer is blasting")
10+
}
11+
else{
12+
console.log("Computer is not blasting")
13+
}
14+
console.log("Your number is " + a)
15+
16+
document.title ="Hey I am good"
17+
document.body.style.backgroundColor = "aqua"

Video55/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>JS Variables</title>
7+
</head>
8+
<body>
9+
<script src="script.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)