From 2b67acaed20799b9a2f66af8dcfe2088bf8473df Mon Sep 17 00:00:00 2001 From: dsilva06 Date: Mon, 21 Nov 2022 20:34:35 +0000 Subject: [PATCH 1/2] your-second-style --- .learn/resets/01.3-Your-Second-Style/index.html | 11 +++++++++++ exercises/01.3-Your-Second-Style/README.es.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .learn/resets/01.3-Your-Second-Style/index.html diff --git a/.learn/resets/01.3-Your-Second-Style/index.html b/.learn/resets/01.3-Your-Second-Style/index.html new file mode 100644 index 00000000..998d973a --- /dev/null +++ b/.learn/resets/01.3-Your-Second-Style/index.html @@ -0,0 +1,11 @@ + + + + + + + Hello! My background should be blue! + + diff --git a/exercises/01.3-Your-Second-Style/README.es.md b/exercises/01.3-Your-Second-Style/README.es.md index f36f13d4..267c8149 100644 --- a/exercises/01.3-Your-Second-Style/README.es.md +++ b/exercises/01.3-Your-Second-Style/README.es.md @@ -1,8 +1,8 @@ -# `01.2` Tu Segundo Estilo +# `01.3` Tu Segundo Estilo Cuando usas CSS, la idea es aplicar `reglas css` a tus `elementos html`, siempre debes seleccionar primero el elemento y luego especificar qué reglas deseas aplicarle: -Por ejemplo, este es el código si quiero que todos las anchors de mi sitio web (etiquetas ``) sean azules: +Por ejemplo, este es el código si quiero que todos las anchors de mi sitio web (`etiquetas `) sean azules: ```css a { From 18e1530bbe8ef17c8aa446e9091e3fcdd6add621 Mon Sep 17 00:00:00 2001 From: dsilva06 Date: Mon, 21 Nov 2022 20:39:14 +0000 Subject: [PATCH 2/2] your-second-style --- .learn/resets/01.3-Your-Second-Style/index.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .learn/resets/01.3-Your-Second-Style/index.html diff --git a/.learn/resets/01.3-Your-Second-Style/index.html b/.learn/resets/01.3-Your-Second-Style/index.html deleted file mode 100644 index 998d973a..00000000 --- a/.learn/resets/01.3-Your-Second-Style/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - Hello! My background should be blue! - -