I have a div divided into three columns using CSS3
.div {column-count: 3;}
This div contains a line of text that fills part of the columns.
Can anyone think of a way to block one or more of these columns?
So, for example, the first column is locked and the text starts at the top of the second column.
The height of the div is unknown and is changing.
the div is also content.
source share