WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Entrada CSS animada
3594
DeveloperUI
Abrir en el editor
Publica tu código
Recomendado
19 March 2023
Formulario de pago HTML CSS
19 July 2023
Carrusel de tarjetas con CSS
4 November 2024
Plantilla de barra de navegación HTML CSS
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) */