v000000 commited on
Commit
940e144
1 Parent(s): e680ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,11 +12,11 @@ tags:
12
  <style>
13
 
14
  h1 {
15
- color: #900C3F; /* 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, #900C3F, #fba8a8); /* Gradient background */
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
  }