WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
simple and descent registration form
2268
Anonymous
Open In Editor
Publish Your Code
Recommended
28 August 2025
Earth Explorer: Ecology, Geography, and Biomes
6 November 2024
CodePen Home Transform : scaleTransform : scale
12 April 2024
Simple Loader
HTML
Copy
Registration Form
Registration Form
Use the Tab key to move from one input field to the next.
Personal Information :
User id:
Password:
Name:
Address:
Contact Information:
Country:
Select a country
Australia
Canada
Pakistan
Russia
USA
ZIP code:
Email:
Additional Information :
Gender:
Male
Female
Language:
English
Non-English
About:
CSS
Copy
body { font-family: Arial, Helvetica, sans-serif; background-color: #f5f6f7; padding: 50px 0; } label { display: inline-block; padding: 5px 10px; color: #fff; background-color: #1b1b32; border-radius: 5px; margin-bottom: 10px; } input[type="text"], input[type="password"], input[type="email"] { background-color: #fff; border: none; border-radius: 5px; padding: 10px; margin-bottom: 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } input[type="submit"] { background-color: #1b1b32; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease; } input[type="submit"]:hover { background-color: #000; } body { font-family: Arial, Helvetica, sans-serif; background-color: #f5f6f7; padding: 50px 0; } h1 { margin-left: 70px; } form { width: 500px; margin: 0 auto; } fieldset { border: 1px solid #ccc; padding: 10px; margin-bottom: 20px; } legend { font-size: 18px; font-weight: bold; } form ul { list-style: none; margin: 0; padding: 0; } form ul li { margin-bottom: 10px; } form ul li label { display: inline-block; padding: 5px 10px; color: #fff; background-color: #1b1b32; border-radius: 5px; margin-bottom: 10px; } input[type="text"], input[type="password"], input[type="email"] { background-color: #fff; border: none; border-radius: 5px; padding: 10px; margin-bottom: 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } input[type="submit"] { background-color: #1b1b32; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */