This page was made as a personal project in connection with an educational exercise.
This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. DO NOT enter any personal information (such as logins, passwords or credit card numbers) on this site.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNykaa.css
276 lines (265 loc) · 5.59 KB
/
Nykaa.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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
* {
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
body {
height: 100%;
width: 100%;
overflow-x:hidden ;
}
.float-container {
}
.tab-bar {
display: flex;
padding-left: 55%;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6w_w3wa_h-KIIi1V1vRYIlHwL4Vvaw-evSw&usqp=CAU)
center/cover no-repeat fixed;
}
.float-child {
width: 50%;
float: left;
padding: 60px;
height: 400px;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS4msFTH7QpT2NVnUo9RFsbWQyXwDjhubiSfA&usqp=CAU)
center/cover no-repeat fixed;
}
.f-nav {
display: flex;
justify-content: center;
justify-content: space-around;
background-color: rgb(250, 233, 239);
border-top: 1px solid purple;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.nav-item {
display: flex;
padding-left: 50px;
}
.d-block {
height: 100%;
width: 100%;
border-radius: 20px;
box-shadow: rgba(113, 0, 251, 0.25) 0px 50px 100px -20px,
rgba(98, 0, 255, 0.3) 0px 30px 60px -30px,
rgba(102, 6, 235, 0.35) 0px -2px 6px 0px inset;
}
.d-block:hover {
transform: scale(1.05);
transition: 1.5s;
border-radius: 20px;
border: 3px solid palevioletred;
}
.float-container2 {
border: 3px solid #fff;
padding: 20px;
}
.float-child2 {
width: 50%;
float: left;
padding: 30px;
height: 300px;
}
#flex-container {
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 10px 20px 10px 20px;
}
.flex-item {
height: 200px;
border: 2px solid palevioletred;
border-radius: 20px;
}
#flex-container2 {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 30px;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS4msFTH7QpT2NVnUo9RFsbWQyXwDjhubiSfA&usqp=CAU)
center/cover no-repeat fixed;
}
.flex-item2 {
height: 200px;
border: 2px solid palevioletred;
border-radius: 20px;
}
.float-containerr {
border: 3px solid #fff;
padding: 10px 40px 10px 40px;
margin-bottom: 60px;
}
.float-childd {
width: 50%;
float: left;
padding: 10px 40px;
}
.d-block1 {
margin: 20px;
display: flex;
float: left;
height: 200px;
width: 300px;
border-radius: 20px;
box-shadow: rgba(113, 0, 251, 0.25) 0px 50px 100px -20px,
rgba(98, 0, 255, 0.3) 0px 30px 60px -30px,
rgba(102, 6, 235, 0.35) 0px -2px 6px 0px inset;
}
.feature {
display: flex;
}
.items {
display: flex;
justify-content: center;
justify-content: space-around;
padding: 8px;
}
.onlynykaa {
display: flex;
justify-content: center;
justify-content: space-around;
}
/* --------------- FOOTER SECTION -------------*/
.footer-container-1 {
display: flex;
align-items: center;
justify-content: center;
background-color: #8c8d94;
width: 100vw;
height: 40vh;
margin-top: 20rem;
overflow: hidden;
margin: 0;
padding: 0;
}
.footer-wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 20rem;
}
.sub-footer {
display: flex;
justify-content: space-around;
flex-direction: column;
padding: 3rem;
}
.sub-footer a {
text-decoration: none;
color: #fbfafc;
line-height: 25px;
font-size: 12px;
font-family: Inter, Roboto, Arial, sans-serif;
}
.sub-footer a:hover {
color: #e80071;
text-decoration: none;
transition: 0.5s all ease-in-out;
}
.nykaa-logo {
width: 65px;
height: 50px;
margin-bottom: 10px;
}
.footer-p {
color: #fff;
font-weight: 600;
font-size: 14px;
font-family: Inter, Roboto, Arial, sans-serif;
}
.footer-container-2 {
height: 15rem;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
.foot-left-sub {
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
}
hr {
margin-left: 10px;
width: 5rem;
margin: 0.5rem;
}
.features {
display: flex;
justify-content: center;
flex-direction: column;
color: #000;
width: 12rem;
height: 10rem;
margin-left: 0.5rem;
}
.footer-p-1 {
color: #54545c;
font-size: 15px;
font-weight: 600;
font-family: Inter, Roboto, Arial, sans-serif;
margin-top: 2rem;
line-height: 14px;
margin: 0;
padding: 0;
}
.footer-p-about {
font-weight: 400;
font-size: 14px;
color: #54545c;
line-height: 14px;
font-family: Inter, Roboto, Arial, sans-serif;
/* margin-bottom: 5rem; */
}
.foot-left-wrapper {
display: flex;
height: 10rem;
}
.foot-right-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 3rem;
height: 10rem;
}
.profile {
font-size: 15px;
font-weight: 600;
color: #000;
}
.footer-container-3 {
width: 100vw;
height: 5rem;
display: flex;
align-items: center;
justify-content: center;
background-color: #e80071;
flex-direction: column;
/* line-height: 14px; */
}
.policy {
font-family: Inter, Roboto, Arial, sans-serif;
font-weight: 400;
font-size: 15px;
margin-top: 10px;
}
.policy-sub,
.policy-sub:hover {
text-decoration: none;
color: #fff;
font-family: Inter, Roboto, Arial, sans-serif;
line-height: 14px;
margin: 0.5rem;
}
.right-reserved-message {
color: #fff;
margin: 10px;
font-size: 12px;
font-family: Inter, Roboto, Arial, sans-serif;
}