Module border

Source
Expand description

CSS properties related to borders.

Structs§

BorderBlockColor
A value for the border-block-color shorthand property.
BorderBlockStyle
A value for the border-block-style shorthand property.
BorderBlockWidth
A value for the border-block-width shorthand property.
BorderColor
A value for the border-color shorthand property.
BorderInlineColor
A value for the border-inline-color shorthand property.
BorderInlineStyle
A value for the border-inline-style shorthand property.
BorderInlineWidth
A value for the border-inline-width shorthand property.
BorderStyle
A value for the border-style shorthand property.
BorderWidth
A value for the border-width shorthand property.
GenericBorder
A generic type that represents the border and outline shorthand properties.

Enums§

BorderSideWidth
A value for the border-width property.
LineStyle
A <line-style> value, used in the border-style property.

Type Aliases§

Border
A value for the border shorthand property.
BorderBlock
A value for the border-block shorthand property.
BorderBlockEnd
A value for the border-block-end shorthand property.
BorderBlockStart
A value for the border-block-start shorthand property.
BorderBottom
A value for the border-bottom shorthand property.
BorderInline
A value for the border-inline shorthand property.
BorderInlineEnd
A value for the border-inline-end shorthand property.
BorderInlineStart
A value for the border-inline-start shorthand property.
BorderLeft
A value for the border-left shorthand property.
BorderRight
A value for the border-right shorthand property.
BorderTop
A value for the border-top shorthand property.