Vanilla CSS
January 26, 2024 ยท View on GitHub
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">