borderSpacing

object borderSpacing extends Style[String]

The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.

The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.

MDN

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

Value members

Concrete methods

def apply(horizontal: String, vertical: String): StyleSetter

Inherited fields

override val name: String
Inherited from
Style