WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Entrée CSS animée
3591
DeveloperUI
Ouvrir dans l'éditeur
Publiez votre code
Recommandé
17 September 2023
Icônes sociales animées
8 November 2023
Page "404 introuvable" avec CSS
14 March 2025
Sphère CSS 3D artificielle / avec texture
HTML
Copy
CSS
Copy
body{ display: flex; align-items: center; justify-content: center; height: 100vh; background-color: #212121; overflow: hidden; } .input{ color:#8707ff; border:2px solid #8707ff; padding: 10px 25px; background-color: transparent; border-radius: 15px; max-width: 190px; } .input:active{ box-shadow:2px 2px 15px #8707ff inset; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */