From 5d8761eafe3ce40c027db088f566c7cc3414c1b4 Mon Sep 17 00:00:00 2001 From: Breno Xavier Date: Wed, 17 Oct 2018 14:56:38 -0400 Subject: [PATCH] fix(coding): update instructions to CSS Flexbox challenge in Portuguese (#19065) * Fix text to follow portuguese language syntax Change the positions of some words to be in accordance with the syntax rules of the Portuguese language. * Update use-the-align-items-property-in-the-tweet-embed.portuguese.md --- ...-the-align-items-property-in-the-tweet-embed.portuguese.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/use-the-align-items-property-in-the-tweet-embed.portuguese.md b/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/use-the-align-items-property-in-the-tweet-embed.portuguese.md index 63d4eda263..c80ffeb564 100644 --- a/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/use-the-align-items-property-in-the-tweet-embed.portuguese.md +++ b/curriculum/challenges/portuguese/01-responsive-web-design/css-flexbox/use-the-align-items-property-in-the-tweet-embed.portuguese.md @@ -7,10 +7,10 @@ localeTitle: Use a propriedade de itens de alinhamento no Tweet Incorporar --- ## Description -
O último desafio introduziu a propriedade align-items e deu um exemplo. Essa propriedade pode ser aplicada a alguns elementos de incorporação do tweet para alinhar os itens flexíveis dentro deles.
+
O último desafio apresentou a propriedade align-items e deu um exemplo. Essa propriedade pode ser aplicada a alguns elementos de incorporação do tweet para alinhar os itens flexíveis dentro deles.
## Instructions -
Adicione os align-items propriedade CSS ao elemento .follow-btn do cabeçalho. Defina o valor para o centro.
+
Adicione a propriedade CSS align-items ao elemento .follow-btn do cabeçalho. Defina o valor para center.
## Tests