diff --git a/README.md b/README.md index b47e062..b3cc6b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# ๐Ÿ†— OK.css +

๐Ÿ†— OK.css

+

Sensible styling defaults for your web page

+

Project page ยท Demo

+ +--- **OK.css** is a -[classless CSS framework](https://css-tricks.com/no-class-css-frameworks/) that adds sensible styling defaults to your web page. Adding it into your HTML will make your page look decent โ€” no need to reference documentation, think about responsiveness, or account for browser differences as long as your markup is semantically-correct. +[classless CSS framework](https://css-tricks.com/no-class-css-frameworks/). Dropping it into your HTML will make your page look decent โ€” no need to reference documentation, think about responsiveness, or account for browser differences as long as your markup is semantically-correct. To use it, you can [download the CSS file directly](https://okcss.netlify.app/ok.min.css) or add the following line to your HTML ``: @@ -9,6 +13,8 @@ To use it, you can [download the CSS file directly](https://okcss.netlify.app/ok ``` +Note that [normalize.css](https://github.com/necolas/normalize.css/) is included in **OK.css**. + **OK.css** is somewhere between a CSS normalizer and a full-fledged framework like [Bootstrap](https://getbootstrap.com/) or [Tailwind](https://tailwindcss.com/). It's great for blogs or small single-page applications, but might not be so great for large, interactive apps that require JavaScript or custom elements. ## Development