-
Notifications
You must be signed in to change notification settings - Fork 0
/
netflix.css
101 lines (94 loc) · 2.41 KB
/
netflix.css
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
body{background-image: url("background1.jpg");}
@font-face {
font-display: optional;
font-family: GraphikTH;
font-weight: 400;
src: url(https://assets.nflxext.com/ffe/siteui/fonts/graphik/v2/GraphikTH-Medium.woff2)
format("woff2"),url(https://assets.nflxext.com/ffe/siteui/fonts/graphik/v2/GraphikTH-Medium.woff) format("woff")
}
.text{width: 950px;
margin:auto;
padding: 150px 0;
text-align: center;
}
h1{color:white;
font-size:40px;
width:950px;
font-weight: bold;
font-family: Netflix Sans,Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
text-align:center;
margin:auto;}
.one{color:white;
font-size:27px;
margin-top:6px;
margin-bottom:6px;
font-weight: 30px;;
font-family: Netflix Sans,Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
text-align:center;
}
.two{color:white;
font-size:27px;
margin-top:6px;
margin-bottom:6px;
font-family: Netflix Sans,Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
text-align:center;
align-items: center;}
.item1 {display:flex;
position:absolute;
height:100px;
left:40px; }
.input1{width:450px;
height:60px;
background: rgba(0,0,0,0.8) ;
color:rgba(159, 155, 155,0.4);
font-size:20px;
border-radius:6px;
border:1px solid rgb(97, 97, 97)}
.b2{
width:auto ;
background-color:rgb(229, 9, 20);
color:white;
height:63px;
font-style:inherit;
font-variant: inherit;
font-size: 30px;
font-weight: 100px;
border-radius:4px ;
border:2px solid rgb(229, 9, 20);
}
.b2:hover {color:white;
background-color:rgb(178, 40, 40);}
.b1{display:flex;
position:fixed;
top:10px;
left:1300px;
width:auto ;
background-color:rgb(229, 9, 20);
color:white;
height:30px;
font-style:inherit;
font-variant: inherit;
font-size: 20px;
font-weight: 100px;
border-radius:4px;
border:2px solid rgb(229, 9, 20);}
.b1:hover {color:white;
background-color:rgb(178, 40, 40);}
#languages{width:150px;
height:30px;
background: rgba(0,0,0,0.8) ;
color:white;
text-align:center;
font-size:20px;
border-radius:6px;
border:1px solid rgb(97, 97, 97);
display:flex;
position:absolute;
top:10px;
left:1125px;
}
#languages::after{content: "";
width: 0.8em;
height: 0.5em;
background-color: var(--select-arrow);
clip-path: polygon(100% 0%, 0 0%, 50% 100%);}