You can use tools like pleeease.io , where you can enter your shared css, and in return you can get css that will be supported by most browsers:
Enter
a { column-count: 3; column-gap: 10px; column-fill: auto; }
Exit
a { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 10px; -webkit-column-fill: auto; -moz-column-fill: auto; column-fill: auto; }
Raman sahasi
source share