개발자 도구

Minify CSS online

Minify CSS to reduce file size and speed up loading.

모든 도구

CSS Minifier

Upload file
Drag & drop a file here, or choose a file.
입력
출력

사용 방법

  1. Paste CSS into the input.
  2. Click Minify to reduce size.
  3. Copy or download the output.

Best practices

  • For best performance, try with smaller inputs first.
  • Preview the output before downloading or sharing it.
  • Avoid pasting sensitive data on shared devices.

개인정보

일부 도구는 브라우저에서 실행됩니다. 기능에 따라 서버 처리 필요할 수 있습니다.

예시
Example 1
입력
body {
  margin: 0;
  padding: 0;
}
.button {
  background: #6366F1;
  color: white;
}
출력

                                    
Example 2
입력
.card {
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
출력

                                    

Was this tool helpful?