Vanilla HTML – Minimal Semantic HTML5 Framework

Vanilla HTML is a framework which requires no extra markup or class attributes to build a layout. Vanilla HTML is also responsive and semantic. It is built upon HTML5 boilerplate, a LESS version is also included in the package.

vanilla-html

Usage

Add to your document head.

Now add the class vanilla to body or any other element

Basic Template:




    
        
        
    
    
        

Page Title


Larger Left Column
Smaller Right Column
© 2013, Tyler Childs

Browser Support

  • IE 10+
  • Firefox 2+
  • Chrome 4+
  • Safari 3.1+
  • Opera 12.1+
  • iOS 3.2+
Demo: http://tylerchilds.com/projects/vanilla
Github: https://github.com/tylerchilds/Vanilla-HTML

Leave a Reply