diff options
Diffstat (limited to 'files/ko/learn/css/css_layout/normal_flow/index.html')
| -rw-r--r-- | files/ko/learn/css/css_layout/normal_flow/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/learn/css/css_layout/normal_flow/index.html b/files/ko/learn/css/css_layout/normal_flow/index.html index 13dc60e97e..3905f8b9f2 100644 --- a/files/ko/learn/css/css_layout/normal_flow/index.html +++ b/files/ko/learn/css/css_layout/normal_flow/index.html @@ -49,7 +49,7 @@ original_slug: Learn/CSS/CSS_layout/일반_흐름 <p>이 모든 것을 설명하는 간단한 예를 살펴봅시다.</p> -<div id="일반_대열"> +<div id="Normal_Flow"> <pre class="brush: html"><h1>기본 문서 flow</h1> <p>나는 기본 볼록 수준 요소입니다. 나와 인접한 블록 수준 요소는 내 아래 새 줄에 자리합니다.</p> @@ -78,7 +78,7 @@ span { }</pre> </div> -<p>{{ EmbedLiveSample('일반_flow', '100%', 500) }}</p> +<p>{{ EmbedLiveSample('Normal_Flow', '100%', 500) }}</p> <h2 id="요약정리">요약정리</h2> |
