-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zh-cn: update the translation of the learn/css index page #23446
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Preview URLs Flaws (16)URL:
(comment last updated: 2024-09-09 00:49:55) |
- : 本模块承接 [CSS 第一步](/zh-CN/docs/Learn/CSS/First_steps),进行进一步的学习——既然你已经熟悉了 CSS 的语言和语法,有了一些使用 CSS 的基本经验,是时候再深入一些了。本模块涉及了层叠与继承、可用的所有种类的选择器、单位、尺寸、样式化背景和边框、调试,还有更多。这样做的目的是,在继续深入到更加具体的规则,例如[样式化文本](/zh-CN/docs/Learn/CSS/Styling_text)和 [CSS 布局](/zh-CN/docs/Learn/CSS/CSS_layout)前,为你提供一个编写合格 CSS 的工具包,帮你理解所有必要的理论。 | ||
- [样式化文本](/zh-CN/docs/Learn/CSS/Styling_text) | ||
- : 在覆盖了 CSS 语言的基础知识之后,下一个需要集中学习的 CSS 主题是文本样式化——这是你使用 CSS 最常做的事情之一。这里我们研究文本样式化的基本原理,包括设置字体、粗细、斜体、行距和字母间距、阴影等文本特征。我们最后还会讨论如何将自定义字体应用到页面上,以及如何样式化列表和链接。 | ||
- : CSS(层叠样式表)用于为网页添加样式,对网页进行布局——例如,修改内容的字体、颜色、大小和间距,将内容分成多列,或添加动画和其它装饰特性。在前往掌握 CSS 基础知识(CSS 的运作方式,CSS 语法是什么样子,在 HTML 中如何使用 CSS 添加样式)的道路上,本模块是一个很好的开始。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看一下最后一句话原先的翻译,我感觉原来的翻译稍微改一下会更好
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: A1lo <[email protected]>
Co-authored-by: A1lo <[email protected]>
Co-authored-by: A1lo <[email protected]>
Co-authored-by: A1lo <[email protected]>
Co-authored-by: A1lo <[email protected]>
Co-authored-by: A1lo <[email protected]>
Co-authored-by: A1lo <[email protected]>
Description
Motivation
Additional details
Related issues and pull requests