ابزارهای توسعه‌دهنده

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?