Skip to content

Commit 47ccc28

Browse files
authored
Merge pull request #58 from AnggieAlava/bug/1574
Added the missing gray background step to the instructions.
2 parents 6826728 + 32db29a commit 47ccc28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: exercises/06-center-content/README.es.md

+1-1
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:

Diff for: exercises/06-center-content/README.md

+1-1
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)