T
Tools
Ox
Word Counter
Keyword Extractor
Password Generator
JSON Formatter
Base64 Encoder
BMI Calculator
Blog
Image Compressor
Home
Word Counter
Keyword Extractor
Password Generator
JSON Formatter
Base64 Encoder
BMI Calculator
Blog
Image Compressor
Blog
Browse All Tools
Home
Converters
Css Minifier
Css Minifier
Free online css minifier tool by ToolsOx.
Input CSS
Load Sample
/* Main Container Styles */ .container { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; padding: 0px; margin: 0em; background-color: #ffffff; } /* Header Styles */ .header { font-size: 24px; font-weight: bold; color: #333333; margin-bottom: 16px; padding: 10px 20px; } /* Button Styles */ .btn-primary { background-color: #007bff; color: #ffffff; border: none; border-radius: 4px; padding: 8px 16px; cursor: pointer; transition: all 0.3s ease; } .btn-primary:hover { background-color: #0056b3; opacity: 0.9; } /* Card Component */ .card { background-color: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 24px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } /* Responsive Grid */ .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: 0px; }
Output
Output will appear here...
Minify
Beautify