Skip to content
/ reset Public

CSS reset and base JS that I use for my website projects

Notifications You must be signed in to change notification settings

CmCarti/reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

CSS reset and base JS that I use for my website projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published