diff --git a/index.html b/index.html new file mode 100644 index 0000000..f79c646 --- /dev/null +++ b/index.html @@ -0,0 +1,124 @@ + + + + + + + + Formularios + + + + + +
+

Asturias

+ +
+
+

El club viejuner


+ +
+
    +
    + Tú: + +
  1. +
  2. +
  3. +
  4. + + + + + +
  5. +
  6. + + +
  7. +
  8. +
    + +
    + Tus circunstancias: + +
  9. +
  10. +
    + +
  11. + + +
  12. +
+
+
+ +
+

Los ladronzuelos de bicicletas


+ +
+
    +
  1. +
  2. +
  3. +
  4. + + +
  5. +
  6. + + +
  7. +
  8. + +
  9. +
  10. + + + + + +
  11. +
  12. +
+
+
+
+ +
+ + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..1ce2e4d --- /dev/null +++ b/style.css @@ -0,0 +1,39 @@ +body { + background-color: rgb(244, 240, 240); +} + +#forms { + display: flex; + justify-content: space-around; + width: 100%; +} + +.card { + background-color: white; + padding: 25px; + width: 40%; + border: 1px solid black; + border-radius: 10px; +} + +h1, +h2 { + text-align: center; +} + +fieldset { + border: 0px; +} + +ol { + list-style: none; + margin-left: none; +} + +ol>li { + margin-top: 10px; +} + +ol>li:last-child { + margin-top: 40px; +} \ No newline at end of file