Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
kiranjyot authored Aug 2, 2024
1 parent ca703cb commit d9a4c9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@
.animated-text {
font-weight: bold;
font-size: 3em; /* Adjust size as needed */
color: gold;
background: -webkit-linear-gradient(45deg, gold, blue);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
@@ -65,13 +66,13 @@

@keyframes colorChange {
0% {
background: -webkit-linear-gradient(45deg, gold, blue);
color: gold;
}
50% {
background: -webkit-linear-gradient(45deg, blue, gold);
color: blue;
}
100% {
background: -webkit-linear-gradient(45deg, gold, blue);
color: gold;
}
}
</style>

0 comments on commit d9a4c9a

Please sign in to comment.