WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Campo de entrada simple
1588
logicaldata497
Abrir en el editor
Publica tu código
Recomendado
4 July 2025
Plantilla HTML de ORABANC Bank: Portales de usuario y CSS
3 January 2025
Un código de Landingpage1
23 August 2025
Plantilla HTML/CSS/JS para formulario de inicio de sesión y registro
HTML
Copy
Simple Input Field HTML CSS
CSS
Copy
body{ font-family: 'Inter', sans-serif; overflow: hidden; background-color: #171717; display: flex;justify-content: center; align-items: center; height: 100vh; } .input { margin: 30px; background: none; border: none; outline: none; max-width: 190px; padding: 10px 20px; font-size: 16px; border-radius: 9999px; box-shadow: inset 2px 5px 10px rgb(5, 5, 5); color: #fff; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */