-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/stacking_context
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
--- | ||
title: 쌓임 맥락 | ||
title: 스태킹 컨텍스트 (Stacking context) | ||
slug: Glossary/Stacking_context | ||
l10n: | ||
sourceCommit: d267a8cb862c20277f81bbc223221b36b0c613e6 | ||
--- | ||
|
||
**쌓임 맥락**은 마치 책상 위의 카드를 옆으로 늘어놓거나 서로 겹치게 만들 수 있듯, 웹 페이지에서 어떤 요소가 위에 그려지는지 결정하는 방법입니다. | ||
{{GlossarySidebar}} | ||
|
||
## 더 알아보기 | ||
**스태킹 컨텍스트 (Stacking context)** 는 마치 책상 위의 카드를 옆으로 늘어놓거나 서로 겹치게 만들 수 있듯, 웹 페이지에서 어떤 요소가 위에 그려지는지 결정하는 방법입니다. | ||
|
||
### 일반 지식 | ||
## 같이 보기 | ||
|
||
- [자세한 설명과 예제](/ko/docs/Web/CSS/Understanding_z-index/The_stacking_context) | ||
-[stacking context에 대한 설명과 예제](/ko/docs/Web/CSS/CSS_positioned_layout/Understanding_z-index/Stacking_context) |