Skip to content

Commit 32db29a

Browse files
committed
Added the missing gray background step to the instructions.
1 parent 9e44358 commit 32db29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/06-center-content/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Por favor, coloca este contenido dentro de una caja con `400px` de ancho(`width`
77
## 📝 Instrucciones:
88

99
1. Crea un `div` tag con una clase `"myDiv"`
10-
2. Usando CSS, dale un ancho de `400px` al `div`
10+
2. Usando CSS, dale un ancho de `400px` y un background `grey` al `div`.
1111
3. Centra el `div` horizontalmente en el `body` tag
1212

1313
## 💻 Resultado esperado:

exercises/06-center-content/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please wrap this content into a box with `400px` of `width`, then center the box
77
## 📝 Instructions:
88

99
1. Create a `div` tag with the class name `"myDiv"`
10-
2. Using CSS, give your `div` a width of `400px`
10+
2. Using CSS, give your `div` a width of `400px` and a background `grey`.
1111
3. Finally, center the `div` horizontally on the `body` tag
1212

1313
## 💻 Expected result:

0 commit comments

Comments
 (0)