Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 447 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 447 Bytes

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