Skip to content

Commit

Permalink
[Style] 페이지 제목 효과 추가 #1160
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Dec 14, 2023
1 parent 5c1fcf9 commit 80e5af0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles/tournament-record/TournamentRecord.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,21 @@
}
}

@keyframes text-fade-in-out {
0%,
100% {
text-shadow: rgb(255, 209, 91) 0 0 10px;
}
50% {
text-shadow: rgb(254, 196, 51) 0 0 20px;
}
}

.title {
@include pageTitle;
display: flex;
justify-content: center;
animation: text-fade-in-out 4s infinite;
}

.winnerImageContainer {
Expand Down

0 comments on commit 80e5af0

Please sign in to comment.