aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 116d4800bd0ed69d3de574c6f8e2bd4e7fb386b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Vanilla CSS

Vanilla CSS is a <b>minimal baseline stylesheet</b> for any web project. It includes a basic reset and default styling for all HTML5 elements (which you can see live at <a href="https://vanillacss.com">vanillacss.com</a>).

## Usage

If you want to use this CSS directly in your project, simply download the stylesheet below and include the following in your HTML `head` section:

```
<link rel="stylesheet" href="vanilla.css">
```