diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/css/tools | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/web/css/tools')
-rw-r--r-- | files/zh-cn/web/css/tools/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/zh-cn/web/css/tools/index.html b/files/zh-cn/web/css/tools/index.html new file mode 100644 index 0000000000..a4c348fb36 --- /dev/null +++ b/files/zh-cn/web/css/tools/index.html @@ -0,0 +1,27 @@ +--- +title: 工具 +slug: Web/CSS/Tools +tags: + - CSS +translation_of: Web/CSS/Tools +--- +<div>CSS提供了许多强大的功能,但这些功能要么可能很难使用,要么有许多参数,因此在使用它们时,能够可视化它们是有帮助的。此页面提供了一些有用的工具的链接,这些工具将帮助您使用这些功能构建 CSS 来设计您的内容。</div> + +<p> </p> + +<p>{{LandingPageListSubpages}}</p> + +<h2 id="其他工具">其他工具</h2> + +<ul> + <li>CSS 动画- <a href="http://jeremyckahn.github.io/stylie/">Stylie</a></li> + <li>查看设备的显示信息(从 {{Glossary("响应式网页设计")}}处得到帮助) - <a href="http://mydevice.io">mydevice.io</a></li> + <li>CSS 菜单- <a href="http://cssmenumaker.com/">cssmenumaker.com</a></li> + <li>一个 强大并现代化的 CSS linter 可以帮助你实现统一约定并避免样式表中的错误 - <a href="https://stylelint.io/">stylelint</a></li> +</ul> + +<h2 id="相关主题">相关主题</h2> + +<ul> + <li><a href="/zh-CN/docs/Web/CSS" title="/en-US/docs/Web/CSS">CSS</a></li> +</ul> |