WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
formulario de inscripción sencillo y de descenso
2621
Anonymous
Abrir en el editor
Publica tu código
Recomendado
15 April 2025
Un código de bhviet1510
21 October 2024
Reglas de contraseña + alternar componentes web
12 December 2025
Ubicación de la hermana de FNAF
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) */