A modern CSS framework with smooth animations
Add this to your <head> section:
<link rel="stylesheet" href="https://lostcss.neocities.org/lost.css">
Add LostCSS classes to your HTML elements:
<button class="btn primary hover-pulse">Click Me</button>
<div class="card animate-slide-up">...</div>
Override CSS variables in your own stylesheet:
:root {
--primary: #your-color;
--radius: 1rem;
}
Add animation classes like:
animate-float - Floating animationanimate-fade-in - Fade in effecthover-shake - Shake on hoverhover-spin - Spin on hover