Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,16 @@ h1 {
|
|
26 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
27 |
}
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
</style>
|
30 |
<html lang="en">
|
31 |
<head>
|
|
|
26 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
27 |
}
|
28 |
|
29 |
+
p {
|
30 |
+
color: #a8dafb; /* Red color */
|
31 |
+
font-size: 1.25em; /* Larger font size */
|
32 |
+
text-align: left; /* Center alignment */
|
33 |
+
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow effect */
|
34 |
+
background: linear-gradient(90deg, #a8dafb, #fba8a8); /* Gradient background */
|
35 |
+
-webkit-background-clip: text; /* Clipping the background to text */
|
36 |
+
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
37 |
+
}
|
38 |
+
|
39 |
</style>
|
40 |
<html lang="en">
|
41 |
<head>
|