|
|
|
|
|
by Bockit
4349 days ago
|
|
> we can make the number of columns depend on the available space, so that a narrow screen will have one column, a wider screen will have two columns, etc. This is all it takes to specify that the optimal line length is 15em and for the number of columns to be calculated accordingly It looks like the columns property can take a size value, which the browser will use to work out how many columns it can fit. |
|