-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnfhpcss.css
190 lines (182 loc) · 2.84 KB
/
nfhpcss.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
.block-1
{
background-image: url(https://wpassets.brainstation.io/app/uploads/2017/04/13100509/Netflix-Background.jpg);
height: 100%;
align-items: center;
}
.logo
{
margin-left: 5%;
height: 20%;
width: 30%;
position: sticky;
top: 10px;
opacity: 0.9;
}
body
{
align-items: center;
}
.signin
{
float: right;
margin-top: 20px;
margin-right: 10px;
font-size: 20px;
padding: 5px 10px;
color: black;
background-color: red;
border-radius: 3px;
}
.p{
color: white;
margin-left: 35%;
}
.h1
{
float: none;
font-size: 40px;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.h2
{
font-size: 35px;
}
.h3
{
font-size: 20px;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
input{
height: fit-content;
font-size: 20px;
float: none;
margin-left: 35%;
padding:10px 15px;
}
.getstarted
{
margin-top: 2%;
background-color: red;
font-size: 20px;
padding: 10px 15px;
}
.block-2
{
color: white;
height: 60%;
background-color: black;
border: 3px thin white;
}
.block-2 div{
height: 100%;
width: 50%;
align-items: center;
}
.block-2 .div1 h1,h2{
text-align: center;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.block-2 .div1 h1
{
padding-top: 20%;
}
.animi
{
width: 50%;
}
.block-3
{
width: 100%;
display: inline-flex;
color: white;
height: 60%;
background-color: black;
border: 2px thin white;
}
.block-3 .left
{
float:left;
width: 50%;
}
.block-3 div{
height: 100%;
width: 50%;
background-color: black;
color: white;
align-items: center;
}
.block-3 div h1{
padding-top: 20%;
text-align: center;
}
.block-4
{
width: fit-content;
background-color: black;
color: white;
text-align: center;
width: 100%;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.block-4 div div{
margin-left: 10%;
margin-right: 10%;
background-color: rgb(57, 51, 51);
border: 2px solid white;
text-align: left;
}
.block-4 div div h1 i{
float: right;
margin-right: 5%;
margin-top: 1%;
}
.block-4 div div h1
{
padding-left: 20px;
}
.block-4 div div .p
{
display: none;
}
.block-4 div div h1:hover
{
cursor: pointer;
}
.block-4 div div h1:hover .block-4 div div .p
{
display: inline-flex;
}
.foot
{
background-color: black;
color: white;
}
.foot span
{
display: block;
margin-left: 9%;
font-size: 20px;
}
.footer div
{
color: white;
background-color: black;
}
.foot1 span
{
text-align: center;
display: inline-block;
width: 20%;
padding: 10px;
}
.foot1{
margin-top: 3%;
}
.lang select
{
color: white;
background-color: black;
float: right;
margin-right:50%;
}