1.0.2 • Published 7 years ago

porto-grid-system v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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>
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago