yasir
commited on
Update index.html
Browse files- index.html +6 -1
index.html
CHANGED
|
@@ -381,6 +381,11 @@ font-family: 'Barlow Condensed';
|
|
| 381 |
.ad{
|
| 382 |
display: flex;
|
| 383 |
flex-direction: row;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 384 |
}
|
| 385 |
</style>
|
| 386 |
</head>
|
|
@@ -415,7 +420,7 @@ font-family: 'Barlow Condensed';
|
|
| 415 |
</div>
|
| 416 |
|
| 417 |
|
| 418 |
-
|
| 419 |
|
| 420 |
|
| 421 |
<dialog id="dialog">
|
|
|
|
| 381 |
.ad{
|
| 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 |
+
background-clip: text;
|
| 388 |
+
text-fill-color: transparent;
|
| 389 |
}
|
| 390 |
</style>
|
| 391 |
</head>
|
|
|
|
| 420 |
</div>
|
| 421 |
|
| 422 |
|
| 423 |
+
<p id="grad">Please like this space ❤️</p>
|
| 424 |
|
| 425 |
|
| 426 |
<dialog id="dialog">
|