From a3eab17b4c2cea1e69554139dc985898d57c8970 Mon Sep 17 00:00:00 2001 From: Cleo Aguiar Date: Fri, 24 May 2019 23:51:22 -0300 Subject: [PATCH] Add solution block (#34423) Update add-a-negative-margin-to-an-element.portuguese.md --- ...egative-margin-to-an-element.portuguese.md | 41 ++++++++++++++++++- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/portuguese/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.portuguese.md b/curriculum/challenges/portuguese/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.portuguese.md index 7fb0d87a4d..9d2ed1f716 100644 --- a/curriculum/challenges/portuguese/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.portuguese.md +++ b/curriculum/challenges/portuguese/01-responsive-web-design/basic-css/add-a-negative-margin-to-an-element.portuguese.md @@ -79,7 +79,44 @@ tests: ## Solução
-```js -// solution required +```html + + +
+
padding
+
padding
+
```