格式化CSS代码的利器——Styleneat.com
示例代码 [www.52css.com]
另外 Styleneat 还提供一些选项,如按照 CSS 选择的字母顺序排列,单行格式或者多行格式等。Styleneat 在 CSS 优化方面还是提供了比较多的帮助。
地址: http://styleneat.com/
id1 { width: 100px; }
id1 .class1 { background: #000; }
id1 .class1 a { text-decoration: none; color: #fff; }
id1 .class1 a span { text-indent: 10px; }
id2 { width: 200px; }
id1 .class1 { background: #000; }
id1 .class1 a { text-decoration: none; color: #fff; }
id1 .class1 a span { text-indent: 10px; }
id2 { width: 200px; }
格式化后:
id1 { width: 100px; }
id1 .class1 { background: #000; }
id1 .class1 a { color: #fff; text-decoration: none; }
id1 .class1 a span { text-indent: 10px; }
id2 { width: 200px; }
id1 .class1 { background: #000; }
id1 .class1 a { color: #fff; text-decoration: none; }
id1 .class1 a span { text-indent: 10px; }
id2 { width: 200px; }
Styleneat.com 提供三种使用方式:
1、直接粘贴 CSS 代码。
2、上传一个 CSS 文件。
3、提供 CSS 文件的 URL 地址。
另外 Styleneat 还提供一些选项,如按照 CSS 选择的字母顺序排列,单行格式或者多行格式等。Styleneat 在 CSS 优化方面还是提供了比较多的帮助。
地址: http://styleneat.com/