diff --git a/4-forms-validations/form.html b/4-forms-validations/form.html new file mode 100644 index 0000000..9b242b6 --- /dev/null +++ b/4-forms-validations/form.html @@ -0,0 +1,44 @@ + + + + + + + document + + + + +
+
+ Please enter your contact details + +
+ +
+ + +
+
+ Please select the courses that you are interested in (required): + +
+ +
+ +
+ +
+ +
+ Please enter a massage (optional): + +
+ + +
+ + + \ No newline at end of file diff --git a/4-forms-validations/img-form/Burbujas-de-colores_Abstract-Wallpapers.jpg b/4-forms-validations/img-form/Burbujas-de-colores_Abstract-Wallpapers.jpg new file mode 100644 index 0000000..8d93d8f Binary files /dev/null and b/4-forms-validations/img-form/Burbujas-de-colores_Abstract-Wallpapers.jpg differ diff --git a/4-forms-validations/style.css b/4-forms-validations/style.css new file mode 100644 index 0000000..d584e5e --- /dev/null +++ b/4-forms-validations/style.css @@ -0,0 +1,30 @@ +.contenido-p{ + font-family: Arial, Helvetica, sans-serif; + font-size: 22px; + background-image: url(img-form/Burbujas-de-colores_Abstract-Wallpapers.jpg) ; + background-size: cover; + background-repeat: no-repeat; + width: 100%; + padding: 20px; +} +.btn:hover{ + background-color: #133e11; + color: #6294a6; + font-family: Arial, Helvetica, sans-serif; + +} +.btn{ + width: 138px; + height: 30px; + border-radius: 5px; + background-color: #575a57; + color: white; + font-size: 15px; +} +.footer{ + background-color: #9fa7aa; + height: 100px; + margin: 0px; + padding: 1px; + width: 100%;; +} \ No newline at end of file