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).
If you want to use this CSS directly in your project, simply include the following:
<link rel="stylesheet" href="https://vanillacss.com/vanilla.css">