Example 1
Input
body {
margin: 0;
padding: 0;
}
.button {
background: #6366F1;
color: white;
}
Output
Minify CSS to reduce file size and speed up loading.
Some tools run in your browser. Some may require server processing depending on the feature.
body {
margin: 0;
padding: 0;
}
.button {
background: #6366F1;
color: white;
}
.card {
padding: 16px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,.12);
}