Skip to content

Commit 5b88f3a

Browse files
Update style.css
1 parent d9aa35d commit 5b88f3a

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

Diff for: style.css

+21-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
}
99

1010
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);
1315
}
16+
1417
html {
1518
scroll-behavior: smooth;
1619
}
@@ -261,6 +264,22 @@ canvas {
261264
scroll-behavior: smooth;
262265
}
263266

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+
264283

265284
/* ---------------------------About----------------------- */
266285

0 commit comments

Comments
 (0)