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
Copy file name to clipboardExpand all lines: README.es.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
## En este tutorial aprenderás los siguientes conceptos:
19
19
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>`.
21
21
22
22
2. Seleccionar elementos HTML de su sitio web para aplicar los estilos.
@@ -48,7 +48,7 @@ Una completa selección de Ejercicios autograduados sobre CSS ¡para cualquier i
48
48
49
49
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+:
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.
76
72
<!-- endhide -->
77
73
## ¿Cómo están organizados los ejercicios?
78
74
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:
80
76
81
77
1.**index.html:** representa el archivo de entrada para el ejercicio.
82
78
2.**styles.css:** contiene los estilos y reglas de CSS
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@
12
12
</tr>
13
13
</table>
14
14
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.
16
16
<!-- endhide -->
17
17
18
18
## You'll be learning the following concepts:
19
19
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>`.
21
21
22
22
2. Selecting HTML Elements from your website to apply the styles to.
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.
64
64
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:
66
66
67
67
```sh
68
68
$ npm i jest@24.8.0 -g
69
69
$ learnpack start
70
70
```
71
71
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
+
73
74
<!-- endhide -->
74
75
## How are the exercises organized?
75
76
76
-
Each exercise is a small react application containing the following files:
77
+
Each exercise is a small React application containing the following files:
77
78
78
79
1.**index.html:** all websites and exercises start from the index.html.
79
80
2.**styles.css:** your CSS code goes here, some exercises will make you update this file.
0 commit comments