All tools
TinyTools
Free tool
🎨 CSS Minifier
Input CSS
/* Main layout styles */ .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; } /* Navigation */ .navbar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid #e5e7eb; } .navbar .logo { font-size: 1.5rem; font-weight: 800; color: #111827; text-decoration: none; } .navbar .nav-links { display: flex; gap: 2rem; list-style: none; } .navbar .nav-links a { color: #6b7280; text-decoration: none; font-weight: 500; transition: color 0.2s; } .navbar .nav-links a:hover { color: #111827; } /* Hero section */ .hero { text-align: center; padding: 4rem 0; } .hero h1 { font-size: 3rem; font-weight: 900; line-height: 1.1; margin-bottom: 1rem; } .hero p { font-size: 1.125rem; color: #6b7280; max-width: 600px; margin: 0 auto; }
Minified
Copy
Minify CSS