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
1425
logicaldata497
Abrir en el editor
Publica tu código
Recomendado
10 September 2024
Notificaciones de tostadas salpicadas
11 April 2023
Formulario de contacto con CSS
28 May 2025
Un código de Metehan
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) */