Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewh0 committed May 8, 2021
1 parent 0168d3d commit af67f54
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# 🆗 OK.css
<h1 align="center">🆗 OK.css</h1>
<p align="center">Sensible styling defaults for your web page</p>
<p align="center"><a href="https://okcss.netlify.app/">Project page</a> · <a href="https://okcss.netlify.app/demo/">Demo</a></p>

---

**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 `<head>`:

```
<link rel="stylesheet" href="https://okcss.netlify.app/ok.min.css" />
```

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/)</a> or [Tailwind](https://tailwindcss.com/)</a>. 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
Expand Down

0 comments on commit af67f54

Please sign in to comment.