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