html - Can a multi column list have individually elastic columns? -


this list of speakers jquery portland uses 3 column layout (at desktop browser widths) in individual elements can grow displace items beneath them, without affecting other columns. downside requires 3 column containers in markup.

is possible same effect simple list, , no column containers css?

i've never used flexbox before, can't seem make items wrap without coupling rows between columns codepen example.

is possible same effect simple list, , no column containers css?

answer this: can use column-count

demo


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -