-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetiflix.css
120 lines (119 loc) · 2.15 KB
/
Netiflix.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body{
background: url(Screenshot\ 2023-06-05\ 095307.png);
background-size: 1540px 700px;
background-repeat: no-repeat;
background-color: black;
color: white;
font-family: 'Playfair Display', serif;
}
nav{
display: flex;
justify-content: center;
justify-content: space-around;
}
nav .img img{
width: 17%;
margin-top: -18px;
}
nav .btn{
display: flex;
margin-top: 12px;
}
.btn .eng{
width: 110px;
height: 40px;
background-color: black;
color: white;
font-size: 19px;
border: 2px solid white;
border-radius: 3px;
}
.btn .eng:hover{
background-color: transparent;
}
.btn .sign:hover{
background-color: transparent;
border: 3px solid red;
}
.btn .sign{
width: 110px;
height: 40px;
background-color: rgb(224, 16, 16);
color: white;
font-size: 19px;
border-radius: 3px;
border: none;
}
.btn .eng{
margin-inline: 22px;
}
.amin{
text-align: center;
}
.main h1{
font-size: 60px;
font-family: 'Karla', sans-serif;
}
.main h3{
font-size: 34px;
}
.main p{
font-size: 22px;
}
.input{
display: flex;
justify-content: center;
}
.input input{
width: 400px;
height: 58px;
border: none;
font-size: 25px;
}
.input button{
width: 200px;
height: 60px;
background-color: rgb(225, 11, 11);
color: white;
font-size: 26px;
border: none;
}
.first{
display: flex;
justify-content: center;
justify-content: space-around;
margin-top: 160px;
padding: 66px;
border-top: 4px solid gray;
}
.first h1{
font-size: 55px;
}
.first p{
font-size: 20px;
}
.first img{
width: 44%;
}
.buttons h1{
text-align: center;
margin-top: 33px;
font-size: 44px;
}
.buttons button{
width: 600px;
height: 60px;
background-color: gray;
color: white;
font-size: 26px;
margin-left: 26%;
text-align: left;
}
.footer{
display: flex;
justify-content: center;
justify-content: space-around;
padding: 44px;
border-top: 4px solid gray;
margin-top: 53px;
}