diff --git a/el club viejuner/index.html b/el club viejuner/index.html new file mode 100644 index 0000000..4111527 --- /dev/null +++ b/el club viejuner/index.html @@ -0,0 +1,54 @@ + + + + + + Formularios viejuners + + + +
+

Club Viejuners

+
+
+
+
+

¿Quién eres?

+
+
+ +
+
+ +
+
+
+

Género:

+ + + + + + +
+
+
+
+
+ +
+
+

Tus datos:

+
+
+
+
+
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/el club viejuner/style.css b/el club viejuner/style.css new file mode 100644 index 0000000..b31f1c3 --- /dev/null +++ b/el club viejuner/style.css @@ -0,0 +1,73 @@ +body { + background-color: rgb(123, 190, 252); +} +h1 { + text-align: center; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; +} +h2 { + text-align: center; +} + +p, label{ + font-weight: bold; +} + +fieldset { + max-width: 400px; + margin: 10px auto; + padding: 30px; + background-color: #f5f5f5; + border-radius: 10px; + box-shadow: 0 0 20px rgb(95, 95, 95); +} + + +input[type="text"], input[type="number"], textarea { + width: 100%; + padding: 8px; + margin-bottom: 10px; + border: 1px solid #ccc; + border-radius: 5px; + font-size: 16px; +} + +input[type="radio"], input[type="checkbox"] { + display: inline-block; + margin-right: 50px; +} + + +#botones { + border-bottom-left-radius: 40px; + border-bottom-right-radius: 40px; + margin: 0 auto; +} + +input[type="submit"] { + background-color: #007BFF; + color: #fff; + padding: 10px 20px; + border: none; + border-radius: 5px; + cursor: pointer; +} + + + +input[type="reset"] { + background-color: #003976; + color: #fff; + padding: 5px 10px; + margin-right: 220px; + border: none; + border-radius: 5px; + cursor: pointer; +} + + +input:focus, +textarea:focus { + border-color: #007BFF; + outline: none; +} diff --git a/los ladronzuelos de bicicletas/index.html b/los ladronzuelos de bicicletas/index.html new file mode 100644 index 0000000..133b4ca --- /dev/null +++ b/los ladronzuelos de bicicletas/index.html @@ -0,0 +1,93 @@ + + + + + + Ladronzuelos de bicicletas + + + +
+

Ladronzuelos de bicicletas

+
+
+
+
+

Describenos tu bicicleta perdida

+ + +

+ + +

+ + +

+ + +

+ + + + + +

+ + + + + +

+
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/los ladronzuelos de bicicletas/style.css b/los ladronzuelos de bicicletas/style.css new file mode 100644 index 0000000..b0e390d --- /dev/null +++ b/los ladronzuelos de bicicletas/style.css @@ -0,0 +1,73 @@ +body { + background-color: rgb(18, 98, 173); +} +h1 { + text-align: center; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; +} +h2 { + text-align: center; +} + +p, label{ + font-weight: bold; +} + +fieldset { + max-width: 400px; + margin: 10px auto; + padding: 30px; + background-color: #f5f5f5; + border-radius: 10px; + box-shadow: 0 0 20px rgb(95, 95, 95); +} + + +input[type="text"], input[type="number"], textarea { + width: 100%; + padding: 8px; + margin-bottom: 10px; + border: 1px solid #ccc; + border-radius: 5px; + font-size: 16px; +} + +input[type="radio"], input[type="checkbox"] { + display: inline-block; + margin-right: 50px; +} + + +#botones { + border-bottom-left-radius: 40px; + border-bottom-right-radius: 40px; + margin: 0 auto; +} + +input[type="submit"] { + background-color: #007BFF; + color: #fff; + padding: 10px 20px; + border: none; + border-radius: 5px; + cursor: pointer; +} + + + +input[type="reset"] { + background-color: #003976; + color: #fff; + padding: 5px 10px; + margin-right: 220px; + border: none; + border-radius: 5px; + cursor: pointer; +} + + +input:focus, +textarea:focus { + border-color: #007BFF; + outline: none; +}