WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Texte lumineux au survol
4115
kreistia
Ouvrir dans l'éditeur
Video
Publiez votre code
4
Recommandé
14 January 2026
Henry Stickman fait sauter la banque
11 January 2026
Jouez à Mega Man NES : Émulateur intégré au navigateur
23 October 2025
Masquer Div, démarrer l'animation au clic du bouton
HTML
Copy
S
U
P
P
-
D
I
F
F
CSS
Copy
body{ display: flex; justify-content: center; align-items: center; background-color: #353535; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; user-select: none; } span{ font-size: 50px; letter-spacing: 7px; text-shadow: 0 0 10px #3C6E71; transition: 5s ; cursor: pointer; } span:hover{ transition: 0.2s ease; color: #8aeff8; text-shadow: 0 0 20px #8aeff8; }
JS
Copy