ezy.css

The sweet spot between Tailwind (too much) and Pico (too little). Just enough to build fast, clean, and modern UIs.

Get Started Docs

⚡ Fast Prototyping

Build layouts quickly with utility classes and prebuilt components.

☕️ Responsive

Built-in responsive grid and flex utilities make mobile-first design easy.

✨ Animations

Use simple attributes like [ezy-animate="fade-in"] to add effects easily.

Examples:

<button class="btn bg-blue text-white rounded">Click Me</button>
<div  class="card bg-blue rounded-full p-3 pulse"> Pulsing </div>
Pulsing