Entre ton pseudo pour recevoir un lien de réinitialisation.
| Pseudo | Tags | Dist. | Ban? | Actions |
|---|
Chargement...
Joueur :
Tags infligés : 0 🎯
Fois touché : 0 💀
Ratio : 0
Parties : 0 🎮
Distance : 0 px 🏃
Fonds changés : 0 🖼️
Le cube fait
50×50px.
Utilise
.skin-preview
comme sélecteur principal.
Propriétés utiles :
background
— couleur, gradient, image
border —
bordure colorée
box-shadow
— lueur externe
animation
— mouvement, clignotement
filter —
brightness, hue-rotate, blur
border-radius
— arrondir les coins
Exemple animé :
.skin-preview {
background: #ff0000;
animation: glow 1s infinite alternate;
}
@keyframes glow {
from { box-shadow: 0 0 5px #ff0000; }
to { box-shadow: 0 0 20px #ff0000; }
}
⚠️ Interdit : url(),
javascript:, @import