Design und Assets
Skeleton Loader CSS Generator
Erzeuge skeleton loading CSS snippet.
Eingabe
Skeleton Loader CSS Generator
skeleton loadercssloadingui
Ausgabe
Skeleton Loader CSS Generator
.skeleton {
border-radius: 12px;
background: linear-gradient(90deg, #f8fafc 20%, #e2e8f0 50%, #f8fafc 80%);
background-size: 300% 100%;
animation: shimmer 0.8999999999999999s infinite;
}
@keyframes shimmer {
0% { background-position: 100% 0; }
100% { background-position: -100% 0; }
}Ähnliche Tools
Farbe Konverter
Convert between HEX, RGB, und HSL Farbe fürmats.
CSS Gradient Generator
Erzeuge a linear gradient und copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon aus initials und brund Farbes.
SVG Optimizer
Strip comments und collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments und extra whitespace.
CSS fürmatierer
Pretty-print CSS mit readable indentation.