aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/stacking_context/index.md
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-15 21:40:53 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 21:55:31 +0100
commit7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch)
tree1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/stacking_context/index.md
parent6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff)
downloadtranslated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/stacking_context/index.md')
-rw-r--r--files/fr/glossary/stacking_context/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/fr/glossary/stacking_context/index.md b/files/fr/glossary/stacking_context/index.md
new file mode 100644
index 0000000000..fc5b4959d9
--- /dev/null
+++ b/files/fr/glossary/stacking_context/index.md
@@ -0,0 +1,19 @@
+---
+title: Contexte d'empilement
+slug: Glossary/Stacking_context
+tags:
+ - CSS
+ - Encodage
+ - Glossaire
+translation_of: Glossary/Stacking_context
+original_slug: Glossaire/Contexte_d_empilement
+---
+<p><strong>Le contexte d'empilement</strong> renvoie à la façon dont les éléments d'une page web semblent se superposer à d'autres éléments, tout comme vous pouvez placer les fiches sur votre bureau côte à côte ou se chevauchant.</p>
+
+<h2 id="En_apprendre_plus">En apprendre plus</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li><a href="/fr/docs/Web/CSS/Comprendre_z-index/Empilement_de_couches">L'empilement de couches</a></li>
+</ul>