Skip to content

Commit

Permalink
update next section button
Browse files Browse the repository at this point in the history
  • Loading branch information
chau-nm committed Sep 21, 2024
1 parent 377ed8e commit f3b22dd
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
.title {
color: rgb(43, 43, 43);
font-size: 1.25rem;
font-family: 'alegreya';
font-weight: bold;
opacity: 0.7;
}

svg {
width: 50px;
height: 50px;
transform: translateY(-30%);
fill: #515151;
animation-name: buttonLoop;
animation-duration: 1.5s;
animation-iteration-count: infinite;
Expand All @@ -26,7 +30,7 @@
transform: translateY(-40%);
}
60% {
opacity: 1;
opacity: 0.7;
transform: translateY(-20%);
}
100% {
Expand Down

0 comments on commit f3b22dd

Please sign in to comment.