WEBLEB
Startseite
Editor
Anmelden
Pro
Deutsch
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML
CSS
JS
Formulario de Contacto
Formulario de Contacto
Nombre:
Correo Electrónico:
Teléfono:
Mensaje:
Enviar
body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .form-container { background: #ffffff; padding: 20px 30px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); width: 100%; max-width: 400px; } h2 { text-align: center; margin-bottom: 20px; color: #333333; } form label { display: block; margin: 10px 0 5px; color: #555555; } form input, form textarea { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #cccccc; border-radius: 5px; } form button { width: 100%; background-color: #007BFF; color: white; padding: 10px; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; } form button:hover { background-color: #0056b3; }
/* Replace with your JS Code (Leave empty if not needed) */
Validating your code, please wait...
HTML
CSS
JS
Formulario de Contacto
Formulario de Contacto
Nombre:
Correo Electrónico:
Teléfono:
Mensaje:
Enviar
body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .form-container { background: #ffffff; padding: 20px 30px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); width: 100%; max-width: 400px; } h2 { text-align: center; margin-bottom: 20px; color: #333333; } form label { display: block; margin: 10px 0 5px; color: #555555; } form input, form textarea { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #cccccc; border-radius: 5px; } form button { width: 100%; background-color: #007BFF; color: white; padding: 10px; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; } form button:hover { background-color: #0056b3; }
/* Replace with your JS Code (Leave empty if not needed) */