WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
1231
logicaldata497
Abrir no Editor
Publique Seu Código
Recomendado
2 January 2025
3d
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) */