Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,11 @@ tags:
|
|
12 |
<style>
|
13 |
|
14 |
h1 {
|
15 |
-
color: #
|
16 |
font-size: 1.25em; /* Larger font size */
|
17 |
text-align: left; /* Center alignment */
|
18 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow effect */
|
19 |
-
background: linear-gradient(90deg, #
|
20 |
-webkit-background-clip: text; /* Clipping the background to text */
|
21 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
22 |
}
|
|
|
12 |
<style>
|
13 |
|
14 |
h1 {
|
15 |
+
color: #327fa8; /* Red color */
|
16 |
font-size: 1.25em; /* Larger font size */
|
17 |
text-align: left; /* Center alignment */
|
18 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow effect */
|
19 |
+
background: linear-gradient(90deg, #327fa8, #fba8a8); /* Gradient background */
|
20 |
-webkit-background-clip: text; /* Clipping the background to text */
|
21 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
22 |
}
|