Created
November 1, 2013 09:21
-
-
Save rodica-andronache/7262964 to your computer and use it in GitHub Desktop.
CSS - Make text appear on two columns
This file contains hidden or 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
| -moz-column-count:2; /* Firefox */ | |
| -webkit-column-count:2; /* Safari and Chrome */ | |
| column-count:2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment