# Water.css [![Water.css](logo.svg)](https://kognise.github.io/water.css/) *A just-add-css collection of styles to make simple websites just a little nicer* [![On reddit](https://img.shields.io/badge/on-reddit-orange.svg)](https://www.reddit.com/r/programming/comments/b9ixev/watercss_a_collection_of_styles_for_simple_static/) [![MIT license](https://img.shields.io/github/license/kognise/water.css.svg)](https://github.com/kognise/water.css/blob/master/LICENSE.md) ## Why? I commonly make quick demo pages or websites with simple content. For these, I don't want to spend time styling them but don't like the uglyness of the default styles. Water.css is a css framework that doesn't require any classes. You just include it in your `` and forget about it, while it silently makes everything nicer. ## Who? You might want to use Water.css if you're making a simple static or demo website that you don't want to spend time styling. You probably don't want to use it for a production app or something that has more than a simple document. Rule of thumb: if your site has a navbar, don't use Water.css. It's just not meant for that kind of content. ## How? Just stick this in your head: ```html ``` No other classes or code is required to make Water.css work. Oh, you want a demo you say? Cheeky fellah! [Well, here's your demo.](https://kognise.github.io/water.css/) And here's a screenshot to top it off: ![Screenshot](screenshot.jpg) Don't like how it looks? Feel free to submit a PR with suggestions. ## Contributing Water.css can be greatly improved if people in the community help make it better! Have any questions or concerns? Did I forget an element or selector? Does something look ugly? Feel free to submit an issue. If people are interested I'll make a Jekyll theme with Water.css and possibly an NPM package, I'd love any help with that.