Ancak hizasını bozuyor anasayfada bulunan akışta (istatistikte)
F12 den herhangi bir öneki seçerek örneğin "Altın Konu" label label--orange class'ı label label--Deneme olarak düzenleyerek deneme yapabilirsiniz belirttiğim hiza kaymasını anlayacaksınız
Forum adresi imzamda
Teşekkürler kodlar aşağıya bırakıyorum
#XF .label--Deneme { background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb); border: 0; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14); box-sizing: border-box; color: #FFFFFF; position: relative; overflow: hidden; z-index: 0; } #XF .label--Deneme:before { content: ''; position: absolute; left: 0; top: -150%; width: 100%; height: 420%; background-color: #aa5bf9ba; background-repeat: no-repeat; background-size: 50% 50%; background-position: 100% 100%; background-image: linear-gradient(#af40ff, #00ddeb), linear-gradient(#00ddeb, #af40ff); animation: rotate 4s linear infinite; z-index: -2; } #XF .label--Deneme:after { content: ''; z-index: -1; background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb); width: calc(100% - 4px); height: calc(100% - 4px); border-radius: 3px; left: 2px; top: 2px; position: absolute; } @keyframes rotate { 100% { transform: rotate(1turn); } }