yasir
commited on
Commit
•
acbd4de
1
Parent(s):
2b7af10
Update index.html
Browse files- index.html +6 -4
index.html
CHANGED
@@ -382,11 +382,13 @@ font-family: 'Barlow Condensed';
|
|
382 |
display: flex;
|
383 |
flex-direction: row;
|
384 |
}
|
385 |
-
|
386 |
-
|
387 |
-
background-clip: text;
|
388 |
-
text-fill-color: transparent;
|
|
|
389 |
}
|
|
|
390 |
</style>
|
391 |
</head>
|
392 |
<body>
|
|
|
382 |
display: flex;
|
383 |
flex-direction: row;
|
384 |
}
|
385 |
+
#grad {
|
386 |
+
background-image: linear-gradient(45deg, rgb(0, 255, 149), rgb(174, 0, 255));
|
387 |
+
-webkit-background-clip: text;
|
388 |
+
-webkit-text-fill-color: transparent;
|
389 |
+
color: #000;
|
390 |
}
|
391 |
+
|
392 |
</style>
|
393 |
</head>
|
394 |
<body>
|