Lightweight CSS Grid
This is a simple lightweight css grid stylesheet to apply for a responsive and bootstrap-like ruleset. To apply these properties you need to structure as such: container -> row -> columns. There can be a total of 8 for column space in a row.
Couple rules to live by:
This is the holy container of all rows and columns. Best use is to have an outer container with multiple children rows.
Welcome to the first child. This is a row (horizontal) and is your container for any columns.
Column heaven. Unlike bootstrap, we use 1,2, and 4 size columns with a max of 8 column spaces per row.
Want contents in your column centered vertically? Use this class!
Want contents in your column centered horizontally? Use this class!