columnSpan

object columnSpan extends Style[Int]

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.

MDN

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

Value members

Concrete fields

lazy val all: StyleSetter

The element spans across all columns. Content in the normal flow that appears before the element is automatically balanced across all columns before the element appears. The element establishes a new block formatting context.

The element spans across all columns. Content in the normal flow that appears before the element is automatically balanced across all columns before the element appears. The element establishes a new block formatting context.

MDN

lazy val none: StyleSetter

The element does not span multiple columns.

The element does not span multiple columns.

MDN

Inherited fields

override val name: String
Inherited from
Style