diff --git a/exercises/01.1-The-Style-Tag/README.es.md b/exercises/01.1-The-Style-Tag/README.es.md index cb1003a4..434d55b8 100644 --- a/exercises/01.1-The-Style-Tag/README.es.md +++ b/exercises/01.1-The-Style-Tag/README.es.md @@ -2,15 +2,15 @@ # `01.1` Etiqueta Style Si quieres añadir estilos a tu sitio web escribiendo CSS siempre debes hacerlo dentro de una etiqueta ` ``` -## 📝 Instruccciones: +## 📝 Instrucciones: 1. Añade una etiqueta ` ``` ## 📝 Instructions -1. Add a `` tag into your website and using CSS select all `
` tags to turn their text into `blue` color. +1. Add a `` tag to your website and using CSS select all `
` tags to turn their text to color `blue`. ## 💻 Preview diff --git a/exercises/01.1-The-Style-Tag/solution.hide.html b/exercises/01.1-The-Style-Tag/solution.hide.html index 659b76b3..85bac8dd 100644 --- a/exercises/01.1-The-Style-Tag/solution.hide.html +++ b/exercises/01.1-The-Style-Tag/solution.hide.html @@ -1,6 +1,6 @@ - + - /* the website CSS Styles go here */ + /* The website CSS Styles go here */ p { color: blue; } @@ -8,5 +8,5 @@
Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity, - math,writing, and confidence. -
\ No newline at end of file + math, writing, and confidence. +