borderRadius

The border-radius CSS property allows Web authors to define how rounded border corners are. The curve of each corner is defined using one or two radii, defining its shape: circle or ellipse.

See also

<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius">MDN</a>

trait ZeroLit
class Object
trait Matchable
class Any

Type members

Inherited types

final type V = ValueT[LenPct]
Inherited from
RorderRadiusOps

Value members

Inherited methods

final def 0: AV

The digit zero. "0".

The digit zero. "0".

Inherited from
ZeroLit
final def apply(tl: V, tr: V, br: V, bl: V): BorderRadiusNext
Inherited from
RorderRadiusOps
final def apply(tl: V, tr_bl: V, br: V): BorderRadiusNext
Inherited from
RorderRadiusOps
final def apply(tl_br: V, tr_bl: V): BorderRadiusNext
Inherited from
RorderRadiusOps
final def apply(radius: V): BorderRadiusNext
Inherited from
RorderRadiusOps
def inherit: AV

The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.

Inherited from
TypedAttrBase
def initial: AV

The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

Inherited from
TypedAttrBase
override def toString: String
Definition Classes
Inherited from
TypedAttrBase
def unset: AV

The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

Inherited from
TypedAttrBase

Concrete fields

override val attr: Attr