WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Animated CSS Input
4333
DeveloperUI
Open In Editor
Video
Publish Your Code
1
Recommended
7 May 2025
Client Testimonials Section - Clean HTML & CSS Design
13 September 2025
CSS Loading Bar Animation HTML
3 October 2025
CSS Loading Animation Snippet
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) */