Zimalks - 2016-10-15

How to use

For single plugins applications, download only the required css plugin and implement it as show below.
The below sample shows the application of badge plugins

 <link href="badge.css" rel="stylesheet" />

This is useful if you intend to apply a badge to your existing project. Learn more about the css plugins

For multiple requests, call g16components.css from g16library , this file contains all the necessary plugins require to build website from scratch without writing a single line of code. You will need to download the g16library to utilitize this class.
Implementation

 <link href="g16library/css/g16components.css" rel="stylesheet" />

If the entire g16-library is downloaded instead, the implementation should be done as shown below.
Note: The g16library comprise the 25 css plugins including the fonts class (combination of web-base and google-fonts ), and the icons.

To implement only a single class from the library, add a link as shown below within the header of your document

 <link href="g16library/css/badge.css" rel="stylesheet" />
 

Last edit: Zimalks 2016-10-21