Appaflytech
Hakkımızda
Hizmetler
Danışmanlık
Projelerimiz
Blog
Wappa
Araçlar
🇹🇷 TR
İletişime Geçin
Web Araçları
İstemci Taraflı
CSS Minify / Beautify
CSS kodunu anında sıkıştır veya okunabilir formata getir.
Beautify
Minify
Yorumları kaldır
Güzelleştir
Girdi CSS
Temizle
/* Navigation Styles */ .nav-container { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; background-color: #1a1a2e; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .nav-link { color: #e2e8f0; font-size: 14px; font-weight: 500; text-decoration: none; transition: color 0.2s ease; } .nav-link:hover, .nav-link.active { color: #00a9ce; }
405 karakter
Çıktı