You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
9
9
10
10
Durante este curso aprenderás los siguientes conceptos:
11
11
12
12
1. Cómo aplicar CSS a tu sitio web de tres formas diferentes:
13
13
Inline, agrupando todo dentro de la etiqueta `<style>` o usando una hoja de estilos externa `<link>`,
14
14
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,
16
16
4. A usar las reglas CSS más populares,
17
17
5. Aprender los trucos más populares de CSS.
18
18
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!
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.
9
9
10
10
During this course you will be learning the following concepts:
11
11
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>`,
13
13
2. Selecting HTML Elements from your website to apply the styles to.
14
14
3. Apply CSS Rules (styles) to those elements.
15
15
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
22
22
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
0 commit comments