File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 8
8
}
9
9
10
10
body {
11
- background : linear-gradient (135deg , # 0a3d0a, # 001a00 ); /* Dark Green to Black Gradient */
12
- color : rgb (255 , 255 , 255 ); /* White text for contrast */
11
+ /* background-color: black;
12
+ color: rgb(255, 255, 255); */
13
+ background-color : # 001f3d ; /* Midnight Blue */
14
+ color : rgb (255 , 255 , 255 );
13
15
}
16
+
14
17
html {
15
18
scroll-behavior : smooth;
16
19
}
@@ -261,6 +264,22 @@ canvas {
261
264
scroll-behavior : smooth;
262
265
}
263
266
267
+ .tagline {
268
+ font-size : 1.5rem ; /* Adjust size as per your preference */
269
+ font-weight : 400 ; /* Clean text appearance */
270
+ text-align : center; /* Center align the text */
271
+ color : transparent; /* Hide fallback color */
272
+ background : linear-gradient (90deg , # 32CD32, # 00CED1 ); /* Light green -> aqua green */
273
+ background-clip : text; /* Standard property */
274
+ -webkit-background-clip : text; /* WebKit-specific property */
275
+ -webkit-text-fill-color : transparent; /* Ensure text is transparent */
276
+ }
277
+
278
+
279
+
280
+
281
+
282
+
264
283
265
284
/* ---------------------------About----------------------- */
266
285
You can’t perform that action at this time.
0 commit comments