Skip to content

Commit

Permalink
Update to leadership style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AadityaV314 authored Oct 24, 2024
1 parent b8ab971 commit 9cc6ece
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions leadership/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
animation-timing-function: ease;
animation-fill-mode: both;
display: inline-block;
font-size: 50px;
}

#leadershiptitlediv {
Expand All @@ -25,7 +26,7 @@

50% {
background-color: greenyellow;
transform: rotate(360deg);
transform: rotate(3600deg);
}

75% {
Expand All @@ -50,6 +51,7 @@
animation-direction: reverse;
animation-timing-function: ease;
animation-fill-mode: both;
font-size: 20px;
}

@keyframes pmain {
Expand All @@ -74,4 +76,4 @@
}

}


0 comments on commit 9cc6ece

Please sign in to comment.