Skip to content

Instantly share code, notes, and snippets.

@1forh
Created January 9, 2016 04:16
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 1forh/e051eb943f89e8a43cfa to your computer and use it in GitHub Desktop.
Save 1forh/e051eb943f89e8a43cfa to your computer and use it in GitHub Desktop.
justify-content prefixes
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment