v000000 commited on
Commit
1435044
1 Parent(s): f2f8d52

Update README.md

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