Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

  • Forumdan daha fazla yararlanmak için, profilinizi telefon numaranız 📱 ile doğrulayın ve daha ayrıcalıklı olun 😉
    Daha fazla bilgi!

Xenforo Css Rank Yardım

MarkBey

Kullanıcı
SMS onaylı
Kullanıcı
Katılım
24 Kas 2018
Mesajlar
7
Merhaba Hepinize İyi Forumlar,
3-4 Günden Beri Rainbow Rank Css'i Arıyorum Bulamadım Birkaç Arkadaşa da Danıştım Gene Bulamadım

İstediğim Css :
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Video Şifresi : Xenforo

Yardımcı Olursanız Sevinirim.
 
Merhaba,

CSS:
@-webkit-keyframes keyframes {
    0% {
        background-position: 26% 0%
    }
    50% {
        background-position: 75% 100%
    }
    100% {
        background-position: 26% 0%
    }
}

@-moz-keyframes keyframes {
    0% {
        background-position: 26% 0%
    }
    50% {
        background-position: 75% 100%
    }
    100% {
        background-position: 26% 0%
    }
}

@-o-keyframes keyframes {
    0% {
        background-position: 26% 0%
    }
    50% {
        background-position: 75% 100%
    }
    100% {
        background-position: 26% 0%
    }
}

@keyframes keyframes {
    0% {
        background-position: 26% 0%
    }
    50% {
        background-position: 75% 100%
    }
    100% {
        background-position: 26% 0%
    }
}

.keyframes {
    color: white;
    background: linear-gradient(158deg, #f00, #ff005c, #ff00a0, #c0f, #7d00ff, #000aff, #00e0ff);
    background-size: 1400% 1400%;
    -webkit-animation: keyframes 6s ease infinite;
    -moz-animation: keyframes 6s ease infinite;
    -o-animation: keyframes 6s ease infinite;
    animation: keyframes 6s ease infinite;
    font-weight: 900;
    border-top-left-radius: 46px;
    border-bottom-right-radius: 46px;
}

İyi Günler
 

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.