Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active March 27, 2018 16:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robhob/40851f9f92c9c77dd8192ba54d1c17e8 to your computer and use it in GitHub Desktop.
Save robhob/40851f9f92c9c77dd8192ba54d1c17e8 to your computer and use it in GitHub Desktop.
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment