diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/ko/web/css/시작하기 | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/ko/web/css/시작하기')
-rw-r--r-- | files/ko/web/css/시작하기/리스트/index.html | 1 | ||||
-rw-r--r-- | files/ko/web/css/시작하기/배치/index.html | 1 | ||||
-rw-r--r-- | files/ko/web/css/시작하기/상자/index.html | 1 | ||||
-rw-r--r-- | files/ko/web/css/시작하기/종속과_상속/index.html | 1 | ||||
-rw-r--r-- | files/ko/web/css/시작하기/테이블/index.html | 1 | ||||
-rw-r--r-- | files/ko/web/css/시작하기/텍스트_스타일/index.html | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/files/ko/web/css/시작하기/리스트/index.html b/files/ko/web/css/시작하기/리스트/index.html index 527eaaa768..0e0e215006 100644 --- a/files/ko/web/css/시작하기/리스트/index.html +++ b/files/ko/web/css/시작하기/리스트/index.html @@ -2,6 +2,7 @@ title: 리스트 slug: Web/CSS/시작하기/리스트 translation_of: Learn/CSS/Styling_text/Styling_lists +translation_of_original: Web/Guide/CSS/Getting_started/Lists --- <p>{{ CSSTutorialTOC() }}</p> <div class="warning"> diff --git a/files/ko/web/css/시작하기/배치/index.html b/files/ko/web/css/시작하기/배치/index.html index 0b39699419..86ea912bb7 100644 --- a/files/ko/web/css/시작하기/배치/index.html +++ b/files/ko/web/css/시작하기/배치/index.html @@ -2,6 +2,7 @@ title: 배치 slug: Web/CSS/시작하기/배치 translation_of: Learn/CSS/CSS_layout +translation_of_original: Web/Guide/CSS/Getting_started/Layout --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ko/web/css/시작하기/상자/index.html b/files/ko/web/css/시작하기/상자/index.html index 17de8697c7..cc6b499241 100644 --- a/files/ko/web/css/시작하기/상자/index.html +++ b/files/ko/web/css/시작하기/상자/index.html @@ -2,6 +2,7 @@ title: 상자 slug: Web/CSS/시작하기/상자 translation_of: Learn/CSS/Building_blocks +translation_of_original: Web/Guide/CSS/Getting_started/Boxes --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ko/web/css/시작하기/종속과_상속/index.html b/files/ko/web/css/시작하기/종속과_상속/index.html index ac819c8c64..5c58432ad2 100644 --- a/files/ko/web/css/시작하기/종속과_상속/index.html +++ b/files/ko/web/css/시작하기/종속과_상속/index.html @@ -2,6 +2,7 @@ title: 종속과 상속 slug: Web/CSS/시작하기/종속과_상속 translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ko/web/css/시작하기/테이블/index.html b/files/ko/web/css/시작하기/테이블/index.html index f7e832dbf1..17a57d49e9 100644 --- a/files/ko/web/css/시작하기/테이블/index.html +++ b/files/ko/web/css/시작하기/테이블/index.html @@ -2,6 +2,7 @@ title: 테이블 slug: Web/CSS/시작하기/테이블 translation_of: Learn/CSS/Building_blocks/Styling_tables +translation_of_original: Web/Guide/CSS/Getting_started/Tables --- <p>{{ CSSTutorialTOC() }}</p> <div class="warning"> diff --git a/files/ko/web/css/시작하기/텍스트_스타일/index.html b/files/ko/web/css/시작하기/텍스트_스타일/index.html index 2a99ee4f51..8866132472 100644 --- a/files/ko/web/css/시작하기/텍스트_스타일/index.html +++ b/files/ko/web/css/시작하기/텍스트_스타일/index.html @@ -2,6 +2,7 @@ title: 텍스트 스타일 slug: Web/CSS/시작하기/텍스트_스타일 translation_of: Learn/CSS/Styling_text/Fundamentals +translation_of_original: Web/Guide/CSS/Getting_started/Text_styles --- <p>{{ CSSTutorialTOC() }}</p> |