Skip to content

Instantly share code, notes, and snippets.

@hartungstenio
Created November 4, 2014 12:31
Show Gist options
  • Save hartungstenio/bb92afb15f0faae2ee88 to your computer and use it in GitHub Desktop.
Save hartungstenio/bb92afb15f0faae2ee88 to your computer and use it in GitHub Desktop.
Centralizar conteúdo verticalmente
body {
background-color: #efefef;
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}
.container {
width: 500px;
height: 100px;
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment