Skip to content

Instantly share code, notes, and snippets.

@sagar-ganatra
Created August 16, 2012 10:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagar-ganatra/3369209 to your computer and use it in GitHub Desktop.
Save sagar-ganatra/3369209 to your computer and use it in GitHub Desktop.
#box {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment