Css Formatting
indentation:
4 spaces
2 spaces
Tab space
compression
/* Beautify: format the code to make it easier to read */ /* Purify: single-line the code and remove comments */ /* Arrange: rearrange the CSS attributes in a certain order */ /* Optimize: optimize the long CSS attribute values into abbreviated forms */ /* Compression: minimize the code and speed up loading */ /* If it is useful, please don't forget to recommend it to your friends: */ /* CSS online beautification and compression: https://tools.yum6.cn/css_Format */ /* v1.1 2018-04-25 Complete the CSS code arrangement function */ /* v1.1 2018-04-25 Complete the CSS code compression function */ body { font-family: "HanHei SC","PingHei","PingFang SC","微软雅黑","Helvetica Neue","Helvetica","Arial",sans-serif; font-size: 13px; line-height: 1.846; color: #666666; background-color: #ffffff; }
Open curly brace:
Braces go together
Braces alone
Automatic semicolons
css compression|css formatting|css code highlighting
More Tools:
Base Converter
Json formatting
Js string formatting
Js regular expression
ascii art generator
base converter
js string formatting
Md5 Hash Generator