code.liveNewsScore
Back to Tools

CSS Beautifier

Beautify minified or messy CSS with consistent two-space indentation and one rule per line. Runs entirely in your browser.

CSS

Beautified CSS

Beautified CSScss
.card {
  background:#111;
  border-radius:12px;
  padding:24px
}
.card:hover {
  border-color:rgba(255,255,255,.25)
}