Code Shield
Home
Tools
About
Contact
Privacy
Terms
Home
Tools
About
Contact
Privacy
Terms
CSS Obfuscator
Minify and obfuscate CSS stylesheets while preserving functionality and performance
Minification Options
Compress Colors
Remove Comments
Merge Rules
Optimize Font Weight
Obfuscate CSS
Copy Result
input.css
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .header { font-size: 24px; font-weight: bold; color: #333333; text-align: center; margin-bottom: 20px; } .button { display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease; } .button:hover { background-color: #0056b3; }
minified.css
0 KB
Original Size
0 KB
Minified Size
0%
Compression Ratio