From b3bb3c5d86d42a49ed19893373d665f2eba8c322 Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 4 Apr 2019 16:45:56 -0400 Subject: [PATCH] Initial commit --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..828952f --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Water.css + +![Water.css](logo.svg) + +*A just-add-css collection of styles to make simple websites just a little nicer* + +## 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. + +## 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. \ No newline at end of file