Hi there !
I’m looking to add a css class to a three column container to show each column as a card with multiple elements on it.
div:nth-child(3) is working, but only on third column. div:nth-child(1) & div:nth-child(2) are applying in all elements inside the columns, not for the entire column…
Anyone has an idea on that ?
Thanks !