aboutsummaryrefslogtreecommitdiff
path: root/files/ko/learn/css/css_layout/normal_flow
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/learn/css/css_layout/normal_flow')
-rw-r--r--files/ko/learn/css/css_layout/normal_flow/index.html4
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">&lt;h1&gt;기본 문서 flow&lt;/h1&gt;
&lt;p&gt;나는 기본 볼록 수준 요소입니다. 나와 인접한 블록 수준 요소는 내 아래 새 줄에 자리합니다.&lt;/p&gt;
@@ -78,7 +78,7 @@ span {
}</pre>
</div>
-<p>{{ EmbedLiveSample('일반_flow', '100%', 500) }}</p>
+<p>{{ EmbedLiveSample('Normal_Flow', '100%', 500) }}</p>
<h2 id="요약정리">요약정리</h2>