From c8b552da04e8a941906d6020fd48e80255c2b6de Mon Sep 17 00:00:00 2001 From: "Carlos D. G" Date: Sat, 22 Jun 2019 11:29:03 -0300 Subject: [PATCH] z-index (#29356) --- guide/portuguese/css/z-index/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/portuguese/css/z-index/index.md b/guide/portuguese/css/z-index/index.md index 18415c1d4a..e27039f28e 100644 --- a/guide/portuguese/css/z-index/index.md +++ b/guide/portuguese/css/z-index/index.md @@ -98,4 +98,6 @@ Use o índice Z se precisar colocar um elemento de plano de fundo abaixo de um c [https://developer.mozilla.org/pt-BR/docs/Web/CSS/CSS _Posicionamento / Noções_ básicas sobre z\_index](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index) -[https://philipwalton.com/articles/what-no-one-told-you-about-z-index/](https://philipwalton.com/articles/what-no-one-told-you-about-z-index/) \ No newline at end of file +[https://philipwalton.com/articles/what-no-one-told-you-about-z-index/](https://philipwalton.com/articles/what-no-one-told-you-about-z-index/) + +[https://www.devmedia.com.br/css-z-index-entendendo-sobre-o-eixo-z-na-web/28698](https://www.devmedia.com.br/css-z-index-entendendo-sobre-o-eixo-z-na-web/28698)