Skip to content

Instantly share code, notes, and snippets.

@malithmcr
Created July 1, 2016 10:30
Show Gist options
  • Save malithmcr/b964b8c113b6a4e37816136de5c2b018 to your computer and use it in GitHub Desktop.
Save malithmcr/b964b8c113b6a4e37816136de5c2b018 to your computer and use it in GitHub Desktop.
Display inline-flex cross browsing
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment