Skip to content

Commit

Permalink
Added the missing gray background step to the instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnggieAlava committed Mar 15, 2024
1 parent 9e44358 commit 32db29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/06-center-content/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Por favor, coloca este contenido dentro de una caja con `400px` de ancho(`width`
## 📝 Instrucciones:

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

## 💻 Resultado esperado:
Expand Down
2 changes: 1 addition & 1 deletion exercises/06-center-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please wrap this content into a box with `400px` of `width`, then center the box
## 📝 Instructions:

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

## 💻 Expected result:
Expand Down

0 comments on commit 32db29a

Please sign in to comment.