Created
July 5, 2017 14:28
-
-
Save Farmatique/2fa8dd710b0aad3ca7586f0e6a6fcfaf to your computer and use it in GitHub Desktop.
Multi column using css3
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
| ul { | |
| -webkit-columns: 2; | |
| -moz-columns: 2; | |
| columns: 2; | |
| list-style-position: inside; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment