Skip to content

Added the missing gray background step to the instructions. #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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