Skip to content

Instantly share code, notes, and snippets.

View damijanc's full-sized avatar

Damijan Cavar damijanc

View GitHub Profile
@damijanc
damijanc / dabblet.css
Last active August 29, 2015 14:21 — forked from iamstarkov/dabblet.css
centering with absolute position
/**
* centering with absolute position
*/
div.header {
width: 100%;
background-color:green;
height: 30px;
position:relative;
}
div.container {