CSS Formatter & Minifier

Input (1 lines)
Output (24 lines)
.container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.header,
.footer {
  background: #1e293b;
  color: white;
  padding: 16px 24px;
}

.card {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

Cleaning up your CSS? MightyWidgets provides ready-made styled components for any site.

Check out MightyWidgets.com