vanilla-css icon indicating copy to clipboard operation
vanilla-css copied to clipboard

A minimal baseline stylesheet for any web project

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 include the following:

<link rel="stylesheet" href="https://vanillacss.com/vanilla.css">