Last active
March 8, 2017 02:22
-
-
Save Wilto/8d01e0fd84591eb7ea33 to your computer and use it in GitHub Desktop.
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
.col-ab > * { } // Two columns, 50%-50% | |
.col-ab_ > * { } // Two columns, 33%-66% | |
.col-a_b > * { } // Two columns, 66%-33% | |
.col-abc > * { } // Three columns, 33%-33%-33% | |
.col-a_bc > * { } // Three columns, 50%-25%-25% | |
.col-a_b_c > * { } // Three columns, 37.5%-37.5%-25% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yeah okay into it