grandmont.js
v1.0.3
Published
A grid system + grandmont.css classes
Downloads
18
Readme
grandmont.js
A easy to use grid system + grandmont.css classes.
Getting Started
These instructions will guide you through the process of installation and configuration of grandmont.js + grandmont.css.
Installing
Use CDN to install the .js and .css files in your website, copy and paste these links inside your head element.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/grandmont.js@1/grandmont.css">
<script src="https://cdn.jsdelivr.net/npm/grandmont.js@1/grandSystem.js"></script>Your custom .css and .js must be below the links.
If you want to use npm to install the files:
npm install grandmont.js --saveor if you want to use git:
git clone https://github.com/gabepereira/grandmont .Usage
gonna update later.
Authors
- Gabriel Pereira - gabepereira
