aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossary/stacking_context
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit68fc8e96a9629e73469ed457abd955e548ec670c (patch)
tree8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossary/stacking_context
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossary/stacking_context')
-rw-r--r--files/pt-br/glossary/stacking_context/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/pt-br/glossary/stacking_context/index.html b/files/pt-br/glossary/stacking_context/index.html
new file mode 100644
index 0000000000..19e5be1656
--- /dev/null
+++ b/files/pt-br/glossary/stacking_context/index.html
@@ -0,0 +1,14 @@
+---
+title: Stacking context
+slug: Glossario/Stacking_context
+translation_of: Glossary/Stacking_context
+---
+<p><strong>Stacking context </strong>refere-se refere a como elementos de uma página se empilham sobre outros elementos, assim como você pode organizar cards em cima de sua mesa, lado a lado ou sobrepostas.</p>
+
+<h2 id="Leia_mais">Leia mais</h2>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/Guide/CSS/Understanding_z_index/The_stacking_context">Further explanation and example</a></li>
+</ul>