Comments on: column-count https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Tue, 26 Jul 2022 12:55:14 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Geoff Graham https://css-tricks.com/almanac/properties/c/column-count/#comment-1796521 Tue, 26 Jul 2022 12:55:14 +0000 http://css-tricks.com/?page_id=178790#comment-1796521 In reply to David Spector.

That seems to be working! Here’s a demo with your code: https://codepen.io/geoffgraham/pen/gOeGOWK

]]>
By: David Spector https://css-tricks.com/almanac/properties/c/column-count/#comment-1796516 Mon, 25 Jul 2022 19:58:18 +0000 http://css-tricks.com/?page_id=178790#comment-1796516 Didn’t work for me, maybe because I use Normalize.css? My code:

1
2
3

div.columns {
column-count: 3;
column-width: 33.3%;
column-gap: 1rem;
}
p {border:1px blue solid;}

]]>
By: Geoff Graham https://css-tricks.com/almanac/properties/c/column-count/#comment-1761166 Fri, 07 Aug 2020 16:07:03 +0000 http://css-tricks.com/?page_id=178790#comment-1761166 In reply to henga.

Yeah, pretty sure. We’re pulling from caniuse:
https://caniuse.com/#feat=mdn-css_properties_column-count

]]>
By: henga https://css-tricks.com/almanac/properties/c/column-count/#comment-1761165 Fri, 07 Aug 2020 15:40:53 +0000 http://css-tricks.com/?page_id=178790#comment-1761165 are you sure about this browser support? I saw on another site and it was much different.

]]>