Skip to content

Instantly share code, notes, and snippets.

/*Standard CSS*/
.centered {margin: 0 auto; display: table; text-align: center;}
.hidden {display:none;}
.grid-3 { width: 30%; margin: 1%; display: inline-block; }
.grid-2 { width: 45%; margin: 1%; display: inline-block; }
.grid-1 { width: 100%; display: inline-block; }