WEBLEB
Home
Editor
Accedi
Pro
Italiano
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Modulo di contatto - Aggiornato
668
Asher
Apri nell'Editor
Pubblica il Tuo Codice
Consigliato
16 December 2024
Un codice di meriem
26 May 2025
Un codice di mironovbogdan341
26 March 2025
Landing page per un'attività di biciclette
HTML
Copy
Formulario de Contacto
Formulario de Contacto
Nombre:
Correo Electrónico:
Teléfono:
Mensaje:
Enviar
CSS
Copy
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; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */