column-count: 2;
Values:
unit
auto // determined by column-width
Breaks content into a number of columns.
column-width: 5rem;
columns: column-count column-width; //shorthand
Specifies a suggested width for columns.
break-inside: avoid-column;
Values:
auto
avoid
avoid-page
avoid-column
avoid-region
Sets how page, column, or region breaks should behave inside a generated box. Example shown in video at 2:50.