Loading Spinner Generator - CSS Loader Maker
Generate CSS loading spinners and loaders online. Customizable animations for your website.
Share
Animation Type
CSS 代码
.spinner {
width: 40px;
height: 40px;
border: 4px solid #e5e7eb;
border-top-color: #3b82f6;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
}Live Preview
实时预览 Loading 动画效果
Related Tools
More CSS & UI Generators
Flexbox Generator
Generate CSS Flexbox layouts online. Visual editor for flex ...
CSS Grid Generator
Generate CSS Grid layouts online. Visual editor for grid tem...
CSS Shadow Generator
Generate CSS box shadows online. Create beautiful shadow eff...
CSS Border Generator
Generate CSS border styles online. Customize border radius, ...
CSS Button Generator
Generate CSS buttons online. Customize colors, shadows, bord...
CSS Animation Generator
Generate CSS animations online. Create keyframe animations w...
Icon Library
Search and download icons online. Browse thousands of free i...
Responsive Design Tester
Test responsive design online. Simulate different screen siz...
Can I Use Query
Check browser support for web technologies. Query Can I Use ...