From eaec963ee7b9cdbc78667b3df9a156bb8952f7ce Mon Sep 17 00:00:00 2001 From: RafaCabezas <114396996+RafaCabezas@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:32:20 +0200 Subject: [PATCH] Rafa Cabezas --- index.html | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 39 +++++++++++++++++ 2 files changed, 163 insertions(+) create mode 100644 index.html create mode 100644 style.css 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