Skip to content

Instantly share code, notes, and snippets.

@jawdatls
Created May 19, 2015 06:56
Show Gist options
  • Save jawdatls/50ad77b8d90ab533c57c to your computer and use it in GitHub Desktop.
Save jawdatls/50ad77b8d90ab533c57c to your computer and use it in GitHub Desktop.
Flex Container
.container-flex {-webkit-display: -webkit-box;-webkit-display: -webkit-flex;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-align-items: stretch;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment