Skip to content

Commit e930df0

Browse files
committed
reviewing instructions
1 parent 9f274f8 commit e930df0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

exercises/00-Welcome/README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ intro: "https://www.youtube.com/watch?v=BDKdUPDez-U"
55
# ¡¡Bienvenido a los ejercicios de CSS!!
66

77
Mi nombre es Alejandro Sanchez [@alesanchezr](https://twitter.com/alesanchezr) ¡Estoy muy contento de que estén aquí! 🎉 😂
8-
Aprender a programar es dificil ¡Necesitas coaching! Envíame un DM vía Twitter si tienes alguna pregunta.
8+
Aprender a programar es dificil ¡Probablemente necesitarás coaching! Envíame un DM vía Twitter si tienes alguna duda.
99

1010
Durante este curso aprenderás los siguientes conceptos:
1111

1212
1. Cómo aplicar CSS a tu sitio web de tres formas diferentes:
1313
Inline, agrupando todo dentro de la etiqueta `<style>` o usando una hoja de estilos externa `<link>`,
1414
2. Seleccionar elementos HTML para tu sitio web para aplicarle estilos,
15-
3. Aplicarle reglas CSS (estilos) a esos elementos,
15+
3. Aplicar reglas CSS (estilos) a esos elementos,
1616
4. A usar las reglas CSS más populares,
1717
5. Aprender los trucos más populares de CSS.
1818

19-
Como te habrás dado cuenta, HTML sólo te permite crear sitios web básicos. Nadie quiere ver un sitio web en blanco con un texto horrible. ¡Así que es hora de aprender CSS! Aprende CSS para que tu sitio web sea hermoso ¡Hagámos que brille!
19+
Como te habrás dado cuenta, HTML sólo te permite crear sitios web básicos. Nadie quiere ver un sitio web en blanco con un texto horrible. ¡Así que es hora de aprender CSS! ¡Aprende CSS para que tu sitio web sea hermoso ¡Hagámos que brille!
2020

2121
## Colaboradores
2222

exercises/00-Welcome/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ intro: "https://www.youtube.com/watch?v=BDKdUPDez-U"
55
# Welcome to CSS Exercises!!
66

77
My name is Alejandro Sanchez [@alesanchezr](https://twitter.com/alesanchezr). I'm really excited to have you here !! 🎉 😂
8-
Learning to code is hard, you need coaching! DM me on twitter if you have any question.
8+
Learning to code is hard, you will problably need coaching! DM me on twitter if you have any question.
99

1010
During this course you will be learning the following concepts:
1111

12-
1. How to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a `<style>` tag or using an exeternal stylesheet `<link>`,
12+
1. How to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a `<style>` tag or using an external stylesheet `<link>`,
1313
2. Selecting HTML Elements from your website to apply the styles to.
1414
3. Apply CSS Rules (styles) to those elements.
1515
4. Use the most popular CSS Rules.
@@ -22,7 +22,7 @@ As you may have noticed, HTML allows you to create only basic websites. Nobody w
2222
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
2323

2424
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
25-
1. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) :warning:
25+
2. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) :warning:
2626

2727
This project follows the
2828
[all-contributors](https://github.com/kentcdodds/all-contributors)

0 commit comments

Comments
 (0)