Created
November 1, 2011 14:09
-
-
Save aronallen/1330578 to your computer and use it in GitHub Desktop.
flex box model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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