CSS membuat UL pada beberapa baris

ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
Proud Petrel