diff options
| author | iubns <iubns@naver.com> | 2021-06-04 06:57:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 06:57:51 +0900 |
| commit | 011b9b620f42fef0ff081494dc605ccc0908a744 (patch) | |
| tree | cd1268ddb66ace5e6d262af84f0c4fb3e1476eb9 /files/ko/learn/css/css_layout/normal_flow/index.html | |
| parent | 4d3d85b63153094409ad2a1abcc13e0581b64e27 (diff) | |
| download | translated-content-011b9b620f42fef0ff081494dc605ccc0908a744.tar.gz translated-content-011b9b620f42fef0ff081494dc605ccc0908a744.tar.bz2 translated-content-011b9b620f42fef0ff081494dc605ccc0908a744.zip | |
[Ko] Fix: match the names of id and examples (#947)
* Fix: match the names of id and examples
* Fix: Modify id translation
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> |
