CSSフォーマッタ
src
/
tools
/
CSSフォーマッタ
圧縮
整形
入力コード
body { background: #000; color: #fff; } .header { display:flex; justify-content: space-between; }
出力
body { background: #000; color: #fff; } .header { display: flex; justify-content: space-between; }