Skip to content

Commit

Permalink
[ko] add index.md for web/glossary/stacking_context (#16340)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG authored Oct 7, 2023
1 parent 85f00ad commit e8ff35a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions files/ko/glossary/stacking_context/index.md
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)

0 comments on commit e8ff35a

Please sign in to comment.