diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-26 13:31:50 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-26 13:31:50 -0500 |
commit | c65e33f9fab432a411c37341461c76ff13093132 (patch) | |
tree | a7e05140db8f018447dc958b27ef63862fbc7715 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
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"> +``` |