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
2035
Anonymous
Abrir en el editor
Publica tu código
Recomendado
2 December 2023
Interruptor de Rodillo
10 September 2024
tarjeta de identidad en angola
11 May 2024
Información sobre herramientas de Instagram
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) */