Skip to content

Commit a787993

Browse files
Merge branch 'master' into jose8-02.1-background
2 parents 5f96320 + 4f8da7e commit a787993

File tree

21 files changed

+65
-68
lines changed

21 files changed

+65
-68
lines changed

README.es.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## En este tutorial aprenderás los siguientes conceptos:
1919

20-
1. Usar cómo aplicar CSS a su sitio web de 3 maneras diferentes: en línea, agrupándolos dentro de una etiqueta `<style>` o usando una hoja de estilo externa `<link>`.
20+
1. Cómo aplicar CSS a su sitio web de 3 maneras diferentes: en línea, agrupándolos dentro de una etiqueta `<style>` o usando una hoja de estilos externa `<link>`.
2121

2222
2. Seleccionar elementos HTML de su sitio web para aplicar los estilos.
2323

@@ -33,7 +33,7 @@
3333
<ol>
3434
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Aprende HTML</a></li>
3535
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Aprende Formularios HTML5 </a></li>
36-
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Aprende CSS</a>← 🔥 estás aquí</li>
36+
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Aprende CSS</a>← 🔥 Estás aquí</li>
3737
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Aprende CSS Layouts</a></li>
3838
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Aprende Bootstrap</a></li>
3939
</ol>
@@ -48,7 +48,7 @@ Una completa selección de Ejercicios autograduados sobre CSS ¡para cualquier i
4848

4949
1. Instala learnpack, el package manager para tutoriales de aprendizaje y el html compiler plugin para learnpack, asegúrate también de tener node.js 12+:
5050

51-
```
51+
```bash
5252
$ npm i learnpack -g
5353
$ learnpack plugins:install learnpack-html
5454
```
@@ -68,15 +68,11 @@ $ npm i jest@24.8.0 -g
6868
$ learnpack start
6969
```
7070

71-
<p align="center">
72-
<img src="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/.learn/assets/animation.gif?raw=true">
73-
</p>
74-
75-
Nota: Los ejercicios slon autograduados pero los tests son muy rígidos y estrictos, mi recomendación es que ignores los tests y los uses solo como una recomendación o pueden frustrarte.
71+
Nota: Los ejercicios son autograduados, pero los tests son muy rígidos y estrictos, mi recomendación es que no prestes demasiada atención a los tests y los uses solo como una sugerencia o podrías frustrarte.
7672
<!-- endhide -->
7773
## ¿Cómo están organizados los ejercicios?
7874

79-
Cada ejercicio es una pequeña aplicación de react que contiene los siguientes archivos:
75+
Cada ejercicio es una pequeña aplicación de React que contiene los siguientes archivos:
8076

8177
1. **index.html:** representa el archivo de entrada para el ejercicio.
8278
2. **styles.css:** contiene los estilos y reglas de CSS

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</tr>
1313
</table>
1414

15-
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any question.
15+
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any questions.
1616
<!-- endhide -->
1717

1818
## You'll be learning the following concepts:
1919

20-
1. Using 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>`.
20+
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>`.
2121

2222
2. Selecting HTML Elements from your website to apply the styles to.
2323

@@ -33,12 +33,12 @@ Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really
3333
<ol>
3434
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a></li>
3535
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Learn HTML5 Forms</a></li>
36-
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a>← 🔥 your are here now</li>
36+
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a>← 🔥 You are here now</li>
3737
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Learn CSS Layouts</a></li>
3838
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a></li>
3939
</ol>
4040

41-
Complete selection of autograded CSS exercises, anyone interested in learning CSS!
41+
Complete selection of autograded CSS exercises, for anyone interested in learning CSS!
4242

4343

4444
## One click installation:
@@ -47,9 +47,9 @@ Complete selection of autograded CSS exercises, anyone interested in learning CS
4747

4848
## Manual installation
4949

50-
1) Install the learnpack package manager for education and the html plugin to compile an test html exercises:
50+
1) Install the learnpack package manager for education and the html plugin to compile and test html exercises:
5151

52-
```
52+
```bash
5353
$ npm i learnpack -g
5454
$ learnpack plugins:install learnpack-html
5555
```
@@ -60,20 +60,21 @@ $ learnpack plugins:install learnpack-html
6060
$ learnpack install css-tutorial-exercises-course
6161
```
6262

63-
Note: Once you finish downloading, you will need to `cd` into the exercises folder and you will find a "exercises" folder that contains all the exercises within.
63+
Note: Once you finish downloading, you will need to `cd` into the exercises folder which contains all the exercises.
6464

65-
3) Start the tutorial/exercises by running the following command at the same level were your learn.json file is:
65+
3) Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6666

6767
```sh
6868
$ npm i jest@24.8.0 -g
6969
$ learnpack start
7070
```
7171

72-
Note: The exercises have automatic grading but its very rigid and strict, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
72+
Note: The exercises have automatic grading but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion or you may get frustrated.
73+
7374
<!-- endhide -->
7475
## How are the exercises organized?
7576

76-
Each exercise is a small react application containing the following files:
77+
Each exercise is a small React application containing the following files:
7778

7879
1. **index.html:** all websites and exercises start from the index.html.
7980
2. **styles.css:** your CSS code goes here, some exercises will make you update this file.

exercises/00-Welcome/README.es.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ intro: "https://www.youtube.com/watch?v=BDKdUPDez-U"
66

77
Mi nombre es Alejandro Sanchez [@alesanchezr](https://twitter.com/alesanchezr) ¡Estoy muy contento de que estén aquí! 🎉 😂
88

9-
Aprender a programar es dificil ¡Probablemente necesitarás coaching! Envíame un DM vía Twitter si tienes alguna duda.
9+
Aprender a programar es difícil ¡Probablemente necesitarás coaching! Envíame un DM vía Twitter si tienes alguna duda.
1010

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

1313
1. Cómo aplicar CSS a tu sitio web de tres formas diferentes:
14-
Inline, agrupando todo dentro de la etiqueta `<style>` o usando una hoja de estilos externa `<link>`,
14+
Inline, agrupando todo dentro de la etiqueta `<style>` o usando una hoja de estilos externa `<link>`.
1515

16-
2. Seleccionar elementos HTML para tu sitio web para aplicarle estilos,
16+
2. Seleccionar elementos HTML de su sitio web para aplicarle estilos.
1717

18-
3. Aplicar reglas CSS (estilos) a esos elementos,
18+
3. Aplicar reglas CSS (estilos) a esos elementos.
1919

20-
4. A usar las reglas CSS más populares,
20+
4. Utilizar las reglas CSS más populares.
2121

2222
5. Aprender los trucos más populares de CSS.
2323

24-
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!
24+
Como te habrás dado cuenta, HTML solo 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 ¡Hagamos que brille!
2525

2626
## Colaboradores
2727

exercises/00-Welcome/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ intro: "https://www.youtube.com/watch?v=BDKdUPDez-U"
66

77
My name is Alejandro Sanchez [@alesanchezr](https://twitter.com/alesanchezr). I'm really excited to have you here !! 🎉 😂
88

9-
Learning to code is hard, you will problably need coaching! DM me on twitter if you have any question.
9+
Learning to code is hard, you will probably need coaching! DM me on twitter if you have any questions.
1010

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

13-
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+
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>`,
1414

1515
2. Selecting HTML Elements from your website to apply the styles to.
1616

@@ -20,7 +20,7 @@ During this course you will be learning the following concepts:
2020

2121
5. Learn the most popular CSS Tricks.
2222

23-
As you may have noticed, HTML allows you to create only basic websites. Nobody wants to see a white website with some horrible text on it. So it's time to learn what is CSS all about! Learn CSS to make your website beautiful. Let's make it shine!
23+
As you may have noticed, HTML allows you to create only basic websites. Nobody wants to see a white website with some horrible text on it. So it's time to learn what CSS is all about! Learn CSS to make your website beautiful. Let's make it shine!
2424

2525
## Contributors
2626

exercises/01-Hello-World/README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=rbtHLA813pU"
66

77
CSS trata sobre estilos (styles). Para aplicar estilos, siempre debes seguir estos pasos:
88

9-
1. Lee el HTML y elije qué elemento deseas decorar o aplicar estilos.
9+
1. Lee el HTML y elige qué elemento deseas decorar o aplicarle estilos.
1010

1111
2. Programáticamente selecciona el elemento que deseas decorar con los selectores de CSS.
1212

@@ -26,7 +26,7 @@ Mira este ejemplo:
2626
```
2727

2828
Tenemos un enlace de HTML `<a>` que lleva a las personas a google.com cuando se hace clic.
29-
Usamos CSS para selectionar todas las etiquetas `<a>` y luego hacerlas `pink`.
29+
Usamos CSS para seleccionar todas las etiquetas `<a>` y luego hacerlas `pink`.
3030

3131
## 📝 Instrucciones
3232

@@ -36,4 +36,4 @@ Usamos CSS para selectionar todas las etiquetas `<a>` y luego hacerlas `pink`.
3636

3737
Debería verse así:
3838

39-
![01 Hello World Exercise Preview](../../.learn/assets/01-1.png?raw=true)
39+
![01 Hello World Exercise Preview](../../.learn/assets/01-1.png?raw=true)

exercises/01-Hello-World/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ tutorial: "https://www.youtube.com/watch?v=rbtHLA813pU"
33
---
44
# `01` Hello World in CSS
55

6-
CSS is about styles. To apply styles you always have to follow this steps:
6+
CSS is about styles. To apply styles you always have to follow these steps:
77

8-
1. Read the HTML and pick what element do you want to decorate or apply styles to.
8+
1. Read the HTML and pick what element you want to decorate or apply styles to.
99

10-
2. Programatically select the element you want to style using CSS Selectors.
10+
2. Programmatically select the element you want to style using CSS Selectors.
1111

1212
3. Write the styling that you want by using CSS rules.
1313

@@ -25,7 +25,7 @@ Look at this example:
2525
```
2626

2727
We have an HTML anchor `<a>` that takes people to google.com when clicked.
28-
We use CSS to tell (selected) all the anchor tags and make then pink.
28+
We use CSS to select all the anchor tags and make them pink.
2929

3030
## 📝 Instructions:
3131

exercises/01-Hello-World/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test("There should be a target attribute pointing to '_blank'", ()=>{
2828
expect(target).toBe("_blank");
2929
})
3030

31-
test("The anchor tag should not contains any inline style", ()=>{
31+
test("The anchor tag should not contain any inline style", ()=>{
3232
let emptyBodyInlineStyle = {};
3333
expect(a.style._values).toEqual(emptyBodyInlineStyle);
34-
});
34+
});

exercises/01.1-The-Style-Tag/README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# `01.1` Etiqueta Style
33

44
Si quieres añadir estilos a tu sitio web escribiendo CSS siempre debes hacerlo dentro de una etiqueta `<style>`.
5-
Puedes tener cuantas etiquetas `<style>`quieras pero se recomienda solo tener una al principio del código de tu sitio web.
5+
Puedes tener cuantas etiquetas `<style>` quieras, pero se recomienda solo tener una al principio del código de tu sitio web.
66

77
```HTML
88
<style>
9-
/* los estilos CSS del sitio web van aquí */
9+
/* Los estilos CSS del sitio web van aquí */
1010
</style>
1111
```
1212

13-
## 📝 Instruccciones:
13+
## 📝 Instrucciones:
1414

1515
1. Añade una etiqueta `<style>` en tu sitio web y usando CSS selecciona todas las etiquetas `<p>` para que su texto sea de color azul (`blue`).
1616

exercises/01.1-The-Style-Tag/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ tutorial: "https://www.youtube.com/watch?v=C5sOchuD2d4"
44

55
# `01.1` The Style Tag
66

7-
If you want to add styles into a website by writing CSS you have to always add it within a `<style>` tag.
8-
You can have as many style tags as you want but it is recomended to have only one at the beginning of your website code.
7+
If you want to add styles into a website by writing CSS you always have to add it within a `<style>` tag.
8+
You can have as many style tags as you want, but it is recommended to have only one at the beginning of your website code.
99

1010
```HTML
1111
<style>
12-
/* the website CSS Styles go here */
12+
/* The website CSS Styles go here */
1313
</style>
1414
```
1515

1616
## 📝 Instructions
1717

18-
1. Add a `<style>` tag into your website and using CSS select all `<p>` tags to turn their text into `blue` color.
18+
1. Add a `<style>` tag to your website and using CSS select all `<p>` tags to turn their text to color `blue`.
1919

2020
## 💻 Preview
2121

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!-- add a style tag and select the p tag and make it color blue -->
1+
<!-- Add a style tag, then select the p tag and make it color blue -->
22
<style>
3-
/* the website CSS Styles go here */
3+
/* The website CSS Styles go here */
44
p {
55
color: blue;
66
}
77
</style>
88
<p>
99
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
1010
around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity,
11-
math,writing, and confidence.
12-
</p>
11+
math, writing, and confidence.
12+
</p>

0 commit comments

Comments
 (0)