WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Simple Input Field
1582
logicaldata497
Open In Editor
Publish Your Code
Recommended
14 September 2024
Simple Calculator
17 May 2024
Simple login form
22 January 2025
login password simple
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) */