Skip to content

Instantly share code, notes, and snippets.

@arikan
arikan / good.css
Created July 16, 2013 14:44 — forked from dara/good.css
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.float-left {
float: left;
}