columnFill

object columnFill extends Style[String]

The column-fill CSS property controls how contents are partitioned into columns. Contents are either balanced, which means that contents in all columns will have the same height or, when using auto, just take up the room the content needs.

The column-fill CSS property controls how contents are partitioned into columns. Contents are either balanced, which means that contents in all columns will have the same height or, when using auto, just take up the room the content needs.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val auto: StyleSetter

Is a keyword indicating that columns are filled sequentially.

Is a keyword indicating that columns are filled sequentially.

MDN

lazy val balance: StyleSetter

Is a keyword indicating that content is equally divided between columns.

Is a keyword indicating that content is equally divided between columns.

MDN

Inherited fields

override val name: String
Inherited from
Style