Skip to content

Commit 41bf61f

Browse files
committed
Add videos
1 parent e6c5be0 commit 41bf61f

File tree

25 files changed

+72
-12
lines changed

25 files changed

+72
-12
lines changed

exercises/00-Welcome/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
2828

2929
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (run-tests) :warning:, (pull-request-review) :eyes: (run-tutorial) :white_check_mark: (documentation) :book:
3030
2. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (run-tests) :warning:
31+
3. [Charly Chacon (charlytoc)](https://github.com/charlytoc), contribution: (tutorials, corrections), 🤖
3132

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

exercises/00.1-Inline-Styles/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=c5JeXOnI-Sg"
3+
---
4+
15
# `00.1` Inline styles
26

37

exercises/00.1-Inline-Styles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=rbtHLA813pU"
2+
tutorial: "https://www.youtube.com/watch?v=h9WPp8gPMS8"
33
---
44
# `00.1` Inline styles
55

exercises/01-Style-tag/README.es.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=9WrVN0rOg_k"
3+
---
24
# `01` Style tag in CSS
35

46
Otra manera que existe de aplicar estilos es utilizar una etiqueta `<style>` en lugar de la propiedad `style`, siempre debes seguir estos pasos:

exercises/01-Style-tag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=rbtHLA813pU"
2+
tutorial: "https://www.youtube.com/watch?v=iDwXZoQR8EM"
33
---
44
# `01` Style tag in CSS
55

exercises/01.1-Add-a-style-tag/README.es.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=rX-0KNBCxrY"
3+
---
24
# `01.1` The Style Tag
35

46
Veamos otro ejemplo pero esta vez agregando la etiqueta `<style>` nosotros mismos.

exercises/01.1-Add-a-style-tag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tutorial: "https://www.youtube.com/watch?v=C5sOchuD2d4"
2+
tutorial: "https://www.youtube.com/watch?v=K1SrZxiiM6I"
33
---
44

55
# `01.1` The Style Tag

exercises/01.2-RGBA-colors/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=8RntHMOAFqI"
3+
---
4+
15
# `01.2` Your First Style
26

37
Cuando usas CSS, la idea es aplicar `reglas css` a tus `elementos html`, siempre debes seleccionar primero el elemento y luego especificar qué reglas deseas aplicarle:

exercises/01.2-RGBA-colors/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=TqmY9GLTwQ0"
3+
---
24
# `01.2` Your First Style
35

46
When doing CSS, the idea is to apply `css rules` to your `html elements`, you always have to select the element first, and then specify what rules you want to apply to it:

exercises/01.3-Your-Second-Style/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
tutorial: "https://www.youtube.com/watch?v=vTS0D_QrbH8"
3+
---
4+
15
# `01.3` Your Second Style
26

37
Cuando usas CSS, la idea es aplicar `reglas css` a tus `elementos html`, siempre debes seleccionar primero el elemento y luego especificar qué reglas deseas aplicarle:

0 commit comments

Comments
 (0)