Olympos
Misafir Editör
- Katılım
- 28 Ocak 2022
- Mesajlar
- 2,000
- Tepkime puanı
- 1
- Puanları
- 36
- Konum
- izmir
- Cinsiyet
-
- Bay
- Takım
- Beşiktaş
Kod:
.userBanner.userBanner--royalBlue {
display:inline-block;
-webkit-animation-name: flash;
animation-name: flash;
-webkit-animation-duration: 1s;
animation-duration: 1s;
animation-iteration-count: infinite;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}