From 6d7dc95cd60ffbe7ac8302fbb3528f236c43383f Mon Sep 17 00:00:00 2001 From: Eduardo Airton Date: Mon, 29 Oct 2018 10:13:39 -0300 Subject: [PATCH] =?UTF-8?q?Traduzindo=20os=20t=C3=ADtulos=20para=20portugu?= =?UTF-8?q?=C3=AAs=20(#19861)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...y-to-create-rows-in-the-tweet-embed.portuguese.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md b/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md index c85bed0512..e248e22fb0 100644 --- a/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md +++ b/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/apply-the-flex-direction-property-to-create-rows-in-the-tweet-embed.portuguese.md @@ -6,13 +6,13 @@ videoUrl: '' localeTitle: Aplicar a propriedade flex-direction para criar linhas no Tweet Incorporar --- -## Description +## Descrição
O header e o footer do exemplo de incorporação de tweets possuem itens-filhos que poderiam ser organizados como linhas usando a propriedade flex-direction . Isso informa ao CSS que alinhe os filhos horizontalmente.
-## Instructions +## Instruções
Adicione a propriedade CSS flex-direction ao header e ao footer e defina o valor como *row*.
-## Tests +## Testes
```yml @@ -26,7 +26,7 @@ tests:
-## Challenge Seed +## Desafio Seed
@@ -132,10 +132,10 @@ tests:
-## Solution +## Solução
```js -// solution required +// Solução necessária ```