Skip to content

Instantly share code, notes, and snippets.

@arroz
arroz / dabblet.css
Created June 13, 2013 22:21 — forked from anonymous/dabblet.css
centering with absolute position
/**
* centering with absolute position
*/
.inside {
display: inline-block;
background: red;
margin: auto auto;
text-align: left;