ul { height: 100%; columns: 3; column-gap: 84px; column-fill: auto; } li { list-style: none; } <ul> <li>ssdfsd</li> <li>2ttrw</li> <li>wecv</li> <li>34t3t334 gfgfg</li> <li>rg t43t rgrg</li> <li>rfh;k0</li> <li>sf9sdy9</li> <li>f fd98 sdl</li> <li>pop</li> <li>g9e8</li> <li>sdf sd0f98</li> <li>sdfkv09 90 s0</li> <li>nv 8s</li> </ul> The problem is that there would be three columns (it is), but the distance between 2nd and 3rd should be greater than between 1st and 2nd. How can this be done with CSS?