Documentation
This guide will teach you how to use VanillaHTML to learn and rapidly prototype your ideas.
Installation
Copy or download the CSS file from Github.
Review HTML Elements
If you aren't already familiar with the list of HTML elements please review these elements before diving into using VanillaHTML. We will walk through everything that is included in VanillaHTML, but it will be easier if you have the HTML elements reference open so you can get extra information as needed.
Asides
Create definitions without defining styles
HTML Tables
A simple structure to easily see your table data
PROS | CONS |
---|---|
|
|
Here's another row just to look at! | The CSS contains some properties that do not have baseline support yet. |
|
|
And this is a table footer! |
Forms
CSS only validation, basic styling, cursor updates.
Please read MDN Documentation on Semantics in HTML
This is an Example Form
Blockquote
Never gonna make you cry, Never gonna say goodbye,
- Rick Astley, Never Gonna Give You Up
Description Details
Create definitions without defining styles
- Hello World
- Goodnight Moon
Detail Summary
Create definitions without defining styles
HTML and CSS Only...
Shades and Colors
Simple CSS variable schema
Shades
rgb(0, 0, 0)
rgb(5, 5, 5)
rgb(25, 25, 25)
rgb(50, 50, 50)
rgb(75, 75, 75)
rgb(100, 100, 100)
rgb(125, 125, 125)
rgb(150, 150, 150)
rgb(175, 175, 175)
rgb(200, 200, 200)
rgb(225, 225, 225)
rgb(250, 250, 250)
rgb(255, 255, 255)
Colors
rgb(255, 0, 0)
rgb(255, 165, 0)
rgb(0, 128, 0)