I want to get 4 columns, with the text floating in all of them. I don't want to make 4 separate div
s, because when the first column if full of text, the text should continue in the next column.
I also want to set the width of each column and the padding between. Additionally, the height should be flexible, depending on how much text there is.
Do you have any ideas?