html - Referring to last or first item in new column of flexbox container -


is there way automatically address last or first item of column in flexbox container? items have division line this: flexbox items division lines

the last 1 in each column should not have border-bottom.

it's not problemn "manually" nth-of-child, items added or removed, i'm looking more elegant way solve this. like".flex-item:last-in-column".

no

a similar problem exists flexbox: there no selectors matching specific flex items based on how laid out. in general, there no selectors matching elements based on layout governed css. selectors match elements based on document semantics (source order, etc).

boltclock in q&a


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -