fdszlzl
示例代码 [www.52css.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 { width: 100px; }
    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/

分类:

技术点:

相关文章:

  • 2021-11-09
  • 2021-11-19
  • 2021-04-28
  • 2021-12-21
  • 2022-03-02
  • 2021-11-19
  • 2022-01-06
猜你喜欢
  • 2021-11-19
  • 2021-11-09
  • 2021-11-09
  • 2021-11-09
  • 2021-11-09
  • 2021-11-09
  • 2021-11-09
相关资源
相似解决方案