Skip to content

Instantly share code, notes, and snippets.

@aronallen
Created November 1, 2011 14:09
Show Gist options
  • Save aronallen/1330578 to your computer and use it in GitHub Desktop.
Save aronallen/1330578 to your computer and use it in GitHub Desktop.
flex box model
nav{
display: box;
box-orient: horizontal;
height:50px
}
nav a{
box-flex: 1;
display: block;
height:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment