porto-grid-system
v1.0.2
Published
This is a simple and easy to use grid system.
Downloads
16
Maintainers
Readme
grid-system
This is a simple and easy to use 12 columns grid system.
If what you need is only a small grid system then this is your answer.
Usage:
<div class="gs-container">
<div class="gs-row align-vertical">
<div class="gs-col2 align-center"><strong>strong text</strong></div>
<div class="gs-col4"><p>A paragraph</p></div>
<div class="gs-col3"><span>A span</span></div>
<div class="gs-col3"><div class="align-center">A div inside</div></div>
</div>
</div>