aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-01-26 13:31:50 -0500
committerBradley Taunt <bt@btxx.org>2024-01-26 13:31:50 -0500
commitc65e33f9fab432a411c37341461c76ff13093132 (patch)
treea7e05140db8f018447dc958b27ef63862fbc7715 /README.md
Initial commit on new cgit platformHEADmaster
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">
+```