aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/learn/css/first_steps
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/learn/css/first_steps
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
Diffstat (limited to 'files/zh-cn/learn/css/first_steps')
-rw-r--r--files/zh-cn/learn/css/first_steps/getting_started/index.html3
-rw-r--r--files/zh-cn/learn/css/first_steps/how_css_works/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/zh-cn/learn/css/first_steps/getting_started/index.html b/files/zh-cn/learn/css/first_steps/getting_started/index.html
index 0a6087ee12..d8a315fba4 100644
--- a/files/zh-cn/learn/css/first_steps/getting_started/index.html
+++ b/files/zh-cn/learn/css/first_steps/getting_started/index.html
@@ -1,6 +1,6 @@
---
title: 让我们开始CSS的学习之旅
-slug: Learn/CSS/First_steps/开始
+slug: Learn/CSS/First_steps/Getting_started
tags:
- CSS
- 元素
@@ -9,6 +9,7 @@ tags:
- 类
- 选择器
translation_of: Learn/CSS/First_steps/Getting_started
+original_slug: Learn/CSS/First_steps/开始
---
<div>
<p>{{LearnSidebar}}</p>
diff --git a/files/zh-cn/learn/css/first_steps/how_css_works/index.html b/files/zh-cn/learn/css/first_steps/how_css_works/index.html
index 7aafcf481f..7bdf4bef5e 100644
--- a/files/zh-cn/learn/css/first_steps/how_css_works/index.html
+++ b/files/zh-cn/learn/css/first_steps/how_css_works/index.html
@@ -1,6 +1,6 @@
---
title: CSS如何运行
-slug: Learn/CSS/First_steps/CSS如何运行
+slug: Learn/CSS/First_steps/How_CSS_works
tags:
- CSS
- DOM
@@ -8,6 +8,7 @@ tags:
- 无效的CSS代码
- 解析
translation_of: Learn/CSS/First_steps/How_CSS_works
+original_slug: Learn/CSS/First_steps/CSS如何运行
---
<p>{{LearnSidebar}}<br>
{{PreviousMenuNext("Learn/CSS/First_steps/How_CSS_is_structured", "Learn/CSS/First_steps/Using_your_new_knowledge", "Learn/CSS/First_steps")}}</p>