Skip to content

Instantly share code, notes, and snippets.

View hartungstenio's full-sized avatar

Christian Hartung hartungstenio

View GitHub Profile
@hartungstenio
hartungstenio / options.css
Created November 4, 2014 12:31
Centralizar conteúdo verticalmente
body {
background-color: #efefef;
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}
.container {
width: 500px;