This page is running Cavepaint, the no-workflow, no-CSS, custom-property-powered modern CSS framework. Customize it here.
Cavepaint is a CSS framework for devs and teams who want to spend way less time on CSS
<div class="card two-column golden reverse margin-auto gutter"> <img src="caveman.svg" alt="The Cavepaint caveman"> <div> <h4 class="no-margins">Cavepaint</h4> <p class="text-crunch"> Do CSS <em>without writing CSS</em>. </p> </div> </div>Example markup
Do CSS without writing CSS.
<section class="inner-card-width text-center gutter"> <div class="three-column light yellow padding"> <div class="green rounded">&check;</div> <div class="green rounded">&check;</div> <div class="red rounded">&cross;</div> </div> </section>Example markup
No gzipping. No tree-shaking. No stress. Simply use the CSS file.
Breathe life into your pages with hundreds of easy-to-remember, easy-to-master color names.
Simple class names, taken mostly from CSS, with no abbreviations or numbers.
Hello, world.
Hello, world.
Hello, world.
This is centered text.
Center vertically with the .vertical-center composable on an element that has children.
(no classes)
mobile
tablet
mobile tablet
desktop
hide
hide mobile
hide tablet
hide mobile tablet
hide desktop
Tiny sites will benefit from the full feature set. Easily add updates/features/content when you come back and make an update months later.
Razor-thin CSS files will leave you writing more CSS later. Cavepaint lets you express your design in the HTML.
Medium-sized sites are a great match for Cavepaint, since it acts like a central repository of design information for a project.
Cavepaint lets you fashion your website on-the-fly to adjust to changing requirements. It's as flexible as HTML and CSS because it is HTML and CSS.
Huge, complicated apps are the best for Cavepaint. The flexibility of the no-workflow approach lets you spin up small projects quickly, without tons of overhead for something as simple as CSS.
When you do need to finally write a substantial portion of your own CSS, you can use the Less preprocessor version of Cavepaint to organize your style codebase.