Example 1
Invoer
body {
margin: 0;
padding: 0;
}
.button {
background: #6366F1;
color: white;
}
Uitvoer
Minify CSS to reduce file size and speed up loading.
Sommige tools draaien in je browser. Sommige kunnen serververwerking vereisen afhankelijk van de functie.
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);
}