Skip to content

Instantly share code, notes, and snippets.

@stefano-rs
Created April 5, 2016 19:16
Show Gist options
  • Save stefano-rs/cea06c5f4435b830abd9b9d1fe1a6524 to your computer and use it in GitHub Desktop.
Save stefano-rs/cea06c5f4435b830abd9b9d1fe1a6524 to your computer and use it in GitHub Desktop.
.vertical-alinhamento {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment