diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/stacking_context/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/stacking_context/index.html')
-rw-r--r-- | files/ko/glossary/stacking_context/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ko/glossary/stacking_context/index.html b/files/ko/glossary/stacking_context/index.html new file mode 100644 index 0000000000..b28ba6e62c --- /dev/null +++ b/files/ko/glossary/stacking_context/index.html @@ -0,0 +1,18 @@ +--- +title: 쌓임 맥락 +slug: Glossary/Stacking_context +tags: + - CSS + - CodingScripting + - Glossary +translation_of: Glossary/Stacking_context +--- +<p><strong>쌓임 맥락</strong>은 마치 책상 위의 카드를 옆으로 늘어놓거나 서로 겹치게 만들 수 있듯, 웹 페이지에서 어떤 요소가 위에 그려지는지 결정하는 방법입니다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반_지식">일반 지식</h3> + +<ul> + <li><a href="/ko/docs/Web/CSS/Understanding_z-index/The_stacking_context">자세한 설명과 예제</a></li> +</ul> |