Skip to content

Instantly share code, notes, and snippets.

View awhedbee22's full-sized avatar

Alex Whedbee awhedbee22

View GitHub Profile
/*=============================================
Grid
http://css-tricks.com/dont-overthink-it-grids/
=============================================*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}