Skip to content

Instantly share code, notes, and snippets.

@aliaghdam
Created October 20, 2017 09:10
Show Gist options
  • Save aliaghdam/cd68591c315402d2a855e37770ee00cd to your computer and use it in GitHub Desktop.
Save aliaghdam/cd68591c315402d2a855e37770ee00cd to your computer and use it in GitHub Desktop.
Prefix for justify-content css property
-webkit-justify-content: center;
-ms-flex-pack: center; /* IE 10 */
justify-content: center;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment