Format CSS with proper indentation.
β
Add to favorites for quick access from the home page
Tools often used together with this one
Format HTML code with proper indentation.
Format messy SQL into readable format.
Generate linear/radial gradient CSS. Set colors and positions, copy code.
Generate box-shadow CSS. Adjust offset, blur, spread, color.
Input: .class{color:red;margin:0} Output: .class { color: red; margin: 0; }