@@ -10,14 +10,22 @@ body {
10
10
animation-fill-mode : forwards;
11
11
margin : 0 ;
12
12
padding : 0 ;
13
+ background-image : linear-gradient (135deg , # e6e6e6 41.67% , # e6e6e6 41.67% , # e6e6e6 50% , # e6e6e6 50% , # e6e6e6 91.67% , # e6e6e6 91.67% , # e6e6e6 100% );
14
+ background-size : 33.94px 33.94px ;
13
15
}
14
16
15
17
@keyframes bodyAnimation {
16
18
0% {
17
19
opacity : 0 ;
18
20
}
21
+ 50% {
22
+ background-image : linear-gradient (135deg , # e6e6e6 41.67% , # e6e6e6 41.67% , # e6e6e6 50% , # e6e6e6 50% , # e6e6e6 91.67% , # e6e6e6 91.67% , # e6e6e6 100% );
23
+ background-size : 33.94px 33.94px ;
24
+ }
19
25
100% {
20
26
opacity : 1 ;
27
+ background-image : linear-gradient (152deg , # e6e6e6 41.67% , # dddddd 41.67% , # dddddd 50% , # e6e6e6 50% , # e6e6e6 91.67% , # dddddd 91.67% , # dddddd 100% );
28
+ background-size : 51.12px 27.18px ;
21
29
}
22
30
}
23
31
67
75
}
68
76
69
77
::-moz-selection {
70
- color : # 000000 ;
78
+ color : # 151515 ;
71
79
background : # aaaaaa ;
72
80
}
73
81
74
82
::selection {
75
- color : # 000000 ;
83
+ color : # 151515 ;
76
84
background : # aaaaaa ;
77
85
}
78
86
85
93
}
86
94
87
95
# navigationBar {
88
- background-color : # 000000 ;
96
+ background-color : # 151515 ;
89
97
width : calc (100% - 140px );
90
98
margin : 0px 70px 0px 70px ;
91
99
border-radius : 0px 0px 70px 70px ;
92
100
overflow : hidden;
93
101
padding-top : 10px ;
94
102
padding-bottom : 15px ;
103
+ box-shadow : 0px 3px 29px -8px rgba (0 , 0 , 0 , 1 );
104
+ -webkit-box-shadow : 0px 3px 29px -8px rgba (0 , 0 , 0 , 1 );
105
+ -moz-box-shadow : 0px 3px 29px -8px rgba (0 , 0 , 0 , 1 );
95
106
96
107
}
97
108
128
139
}
129
140
130
141
.nav_buttons {
131
- padding : 8px 15 px 8px 15 px ;
142
+ padding : 8px 20 px 8px 20 px ;
132
143
font-size : 18px ;
133
144
margin : 0px ;
134
145
font-family : 'JetBrainsMono-Regular' ;
145
156
146
157
.nav_buttons : hover {
147
158
background-color : # E6E6E6 ;
148
- color : # 000000 ;
159
+ color : # 151515 ;
149
160
150
161
}
151
162
157
168
padding-bottom : 70px ;
158
169
border-radius : 0px 0px 70px 70px ;
159
170
overflow : hidden;
171
+ box-shadow : 0px 3px 29px -8px rgba (0 , 0 , 0 , 1 ) inset;
172
+ -webkit-box-shadow : 0px 3px 29px -8px rgba (0 , 0 , 0 , 1 ) inset;
173
+ -moz-box-shadow : 0px 3px 29px -8px rgba (0 , 0 , 0 , 1 ) inset;
160
174
}
161
175
162
176
.wallpaper_top_container_title {
212
226
margin : 0px 0px 0px 70px ;
213
227
border-radius : 70px 0px 0px 70px ;
214
228
display : grid;
215
- grid-template-columns : 10 % 90 % ;
229
+ grid-template-columns : 140 px calc ( 100 % - 140 px ) ;
216
230
overflow : hidden;
217
231
}
218
232
@@ -221,12 +235,12 @@ hr {
221
235
margin : 0px 70px 0px 0px ;
222
236
border-radius : 0px 70px 70px 0px ;
223
237
display : grid;
224
- grid-template-columns : 90 % 10 % ;
238
+ grid-template-columns : calc ( 100 % - 140 px ) 140 px ;
225
239
overflow : hidden;
226
240
}
227
241
228
242
.center_container {
229
- background-color : # 000000 ;
243
+ background-color : # 151515 ;
230
244
width : calc (100% - 140px );
231
245
margin : 70px 70px 0px 70px ;
232
246
border-radius : 70px 70px 70px 70px ;
240
254
}
241
255
242
256
.container_view {
243
- background-color : # 000000 ;
257
+ background-color : # 151515 ;
244
258
width : 100% ;
259
+ padding-bottom : 20px ;
245
260
}
246
261
247
262
.container_heading {
265
280
margin : 20px ;
266
281
padding : 70px ;
267
282
font-size : 18px ;
268
- color : # 000000 ;
283
+ color : # 151515 ;
269
284
background-color : # E6E6E6 ;
270
285
border-radius : 70px ;
271
286
text-align : justify;
277
292
padding : 70px ;
278
293
font-size : 18px ;
279
294
color : # E6E6E6 ;
280
- background-color : # 000000 ;
295
+ background-color : # 151515 ;
281
296
border-radius : 70px ;
282
297
text-align : justify;
283
298
text-justify : inter-word;
287
302
padding : 50px 90px 10px 90px ;
288
303
font-size : 18px ;
289
304
color : # E6E6E6 ;
290
- background-color : # 000000 ;
305
+ background-color : # 151515 ;
291
306
border-radius : 70px ;
292
307
text-align : justify;
293
308
text-justify : inter-word;
298
313
margin : 0px ;
299
314
font-size : 18px ;
300
315
color : # E6E6E6 ;
301
- background-color : # 000000 ;
316
+ background-color : # 151515 ;
302
317
border-radius : 70px ;
303
318
text-align : justify;
304
319
text-justify : inter-word;
308
323
padding : 0px 90px 90px 90px ;
309
324
font-size : 18px ;
310
325
color : # E6E6E6 ;
311
- background-color : # 000000 ;
326
+ background-color : # 151515 ;
312
327
border-radius : 70px ;
313
328
text-align : justify;
314
329
text-justify : inter-word;
319
334
font-size : 22px ;
320
335
font-family : 'JetBrainsMono-ExtraBold' ;
321
336
color : # E6E6E6 ;
322
- background-color : # 000000 ;
337
+ background-color : # 151515 ;
323
338
border-radius : 70px ;
324
339
text-align : left;
325
340
}
@@ -329,13 +344,13 @@ hr {
329
344
margin : 0px ;
330
345
font-size : 18px ;
331
346
color : # E6E6E6 ;
332
- background-color : # 000000 ;
347
+ background-color : # 151515 ;
333
348
border-radius : 70px ;
334
349
text-align : left;
335
350
}
336
351
337
352
.footer_container {
338
- background-color : # 000000 ;
353
+ background-color : # 151515 ;
339
354
width : calc (100% - 140px );
340
355
height : 100px ;
341
356
margin : 70px 70px 0px 70px ;
433
448
}
434
449
435
450
.container_description_center {
436
- padding : 0px 15px 10 px 15px ;
451
+ padding : 0px 15px 25 px 15px ;
437
452
}
438
453
439
454
.container_description_bottom {
@@ -449,6 +464,10 @@ hr {
449
464
450
465
}
451
466
467
+ .wallpaper_top_container_title {
468
+ font-size : 80px ;
469
+ }
470
+
452
471
.right_container {
453
472
width : calc (100% - 20px );
454
473
margin : 0px 0px 0px 20px ;
0 commit comments