aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..116d480
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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">
+```