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; }