As i've read i cannot achieve this specific layout using css grid, i'm testing for the first time css column property.
this is the layout i want to achieve using css column-count
: https://jsfiddle.net/ghrv6ye4/3/
i've applied this very basic css rules to my project, and the result is this: https://prnt.sc/FsDl1VGdfqzR
the items are block elements and the container has a set width and height.
basically the property is ignored and every item stays in a single row instead of splitting into columns. the container is in position:absolute
. if i remove it, the code works.
i've using this for the first time to any hint or help is greatly appreciated.