tiqxe adlı üyeden alıntı: mesajı görüntüle
Rütbe için çerçeve parlama efekti

.username--rank-2 {
border: 2px solid #ff7e5f;
padding: 5px 10px;
border-radius: 5px;
box-shadow: 0 0 10px #ff7e5f, 0 0 20px #feb47b;
animation: glow 1.5s infinite alternate;
}

@keyframes glow {
from {
box-shadow: 0 0 5px #ff7e5f;
}
to {
box-shadow: 0 0 20px #feb47b;
}
}

İstersen diğerlerini de iletebilirim
Selam, bunun önizlemesi var mı