Skip to content

Instantly share code, notes, and snippets.

@nicksheffield
Created August 31, 2014 11:59
Show Gist options
  • Select an option

  • Save nicksheffield/982223c0d70bb6a596d1 to your computer and use it in GitHub Desktop.

Select an option

Save nicksheffield/982223c0d70bb6a596d1 to your computer and use it in GitHub Desktop.
Extremely simple flexbox system
.flex{
display: flex;
flex: 1;
justify-content: space-between;
}
.flex-row { flex-flow: row nowrap; }
.flex-column { flex-flow: column nowrap; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment