~bt/vanilla-css

A minimal, classless stylesheet for any web project
Include basic build file for sourcehut pages
Change references to Github project and rework the instructions
Initial project port over to sourcehut

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~bt/vanilla-css
read/write
git@git.sr.ht:~bt/vanilla-css

You can also use your local clone with git send-email.

#Vanilla CSS

Vanilla CSS is a minimal baseline stylesheet for any web project. It includes a basic reset and default styling for all HTML5 elements (which you can see live at vanillacss.com).

#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">