Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 400 Bytes

File metadata and controls

20 lines (16 loc) · 400 Bytes

reset

Reset Grid

The reset grid works much the same as the bootstrap grid. It was built with Flexbox and is pretty flexible with spacing and alignment.

Structure

<div class="container">
    <div class="row">
        <div class="col col-6">
            column content
        </div>
        <div class="col col-6">
            column content
        </div>
    </row>
</div>