grid-system.css
v1.0.0
Published
A simple method for create HTML element.
Downloads
2
Readme
grid-system.css
css grid system based on bootstrap but remove all padding and margin.
Install
npm install grid-system.css
Usage
<div class="grid-row">
<div class="grid-4">hello</div>
<div class="grid-8">world</div>
</div>