diff options
author | Luiz Fernando F. G. Valle <luizfvalle@pm.me> | 2021-11-07 09:48:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 09:48:10 -0300 |
commit | 7bc6744472098eaaea483f07b30c93460ab34f5f (patch) | |
tree | fb0deaa710520f579d624753e419e75469bb1168 /files/pt-br/learn/css | |
parent | 174082611c8e9fe7748ded5f969a1c58749a5c42 (diff) | |
download | translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.tar.gz translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.tar.bz2 translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.zip |
[pt-BR] Anchors to /Global_attributes now point to pt-BR (#2990)
Only when suitable, i.e. sections written in Portuguese.
No unrelated changes, but some minimal fixes have been applied to the same line in some cases.
Diffstat (limited to 'files/pt-br/learn/css')
-rw-r--r-- | files/pt-br/learn/css/first_steps/getting_started/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/learn/css/first_steps/getting_started/index.html b/files/pt-br/learn/css/first_steps/getting_started/index.html index c3ba793680..827c34ae74 100644 --- a/files/pt-br/learn/css/first_steps/getting_started/index.html +++ b/files/pt-br/learn/css/first_steps/getting_started/index.html @@ -127,7 +127,7 @@ and also a <a href="http://example.com">link</a>.</p> <p>Até agora, temos estilizado elementos baseado em seus nomes HTML. isto funciona enquanto você desejar que todos os elementos desse tipo, no seu documento, se pareçam o mesmo. Na maioria das vezes, isso não é o caso, e, então, você precisará encontrar uma maneira de selecionar um subconjunto de elementos sem alterar os outros. A maneira mais comum de fazer isso é adicionar uma classe ao seu elemento HTML e especificar essa classe.</p> -<p>No seu documento HTML, adicione um <a href="/en-US/docs/Web/HTML/Global_attributes/class">atributo de classe</a> ao segundo item da lista. Sua lista se parecerá, agora, assim:</p> +<p>No seu documento HTML, adicione um <a href="/pt-BR/docs/Web/HTML/Global_attributes/class">atributo de classe</a> ao segundo item da lista. Sua lista se parecerá, agora, assim:</p> <pre class="brush: html notranslate"><ul> <li>Item one</li> |