diff --git a/files/ko/web/css/css_positioned_layout/understanding_z-index/stacking_context/index.md b/files/ko/web/css/css_positioned_layout/understanding_z-index/stacking_context/index.md index ed2a2396591d01..66a03e05896da3 100644 --- a/files/ko/web/css/css_positioned_layout/understanding_z-index/stacking_context/index.md +++ b/files/ko/web/css/css_positioned_layout/understanding_z-index/stacking_context/index.md @@ -83,7 +83,6 @@ Z축 상에 쌓인 요소들의 렌더링 순서를 이해하는 쉬운 방법 - DIV #4: (`z-index`: 6), (`z-index`: 4)인 요소 아래에서 쌓였으므로 렌더링 순서는 4.6입니다. - DIV #1: (`z-index`: 5) - ### HTML ```html