Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranjyot authored Aug 2, 2024
1 parent 48bfedd commit 875d9b3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,16 @@

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

/* New styles for section headings */
.animated-heading {
font-weight: bold;
Expand All @@ -88,13 +89,13 @@

@keyframes headingColorChange {
0% {
color: lightblue;
background: -webkit-linear-gradient(45deg, lightblue, lightpurple);
}
50% {
color: lightpurple;
background: -webkit-linear-gradient(45deg, lightpurple, lightblue);
}
100% {
color: lightblue;
background: -webkit-linear-gradient(45deg, lightblue, lightpurple);
}
}
</style>
Expand Down

0 comments on commit 875d9b3

Please sign in to comment.