Expand description
CSS properties related to borders.
Structs§
- Border
Block Color - A value for the border-block-color shorthand property.
- Border
Block Style - A value for the border-block-style shorthand property.
- Border
Block Width - A value for the border-block-width shorthand property.
- Border
Color - A value for the border-color shorthand property.
- Border
Inline Color - A value for the border-inline-color shorthand property.
- Border
Inline Style - A value for the border-inline-style shorthand property.
- Border
Inline Width - A value for the border-inline-width shorthand property.
- Border
Style - A value for the border-style shorthand property.
- Border
Width - A value for the border-width shorthand property.
- Generic
Border - A generic type that represents the
border
andoutline
shorthand properties.
Enums§
- Border
Side Width - A value for the border-width property.
- Line
Style - A
<line-style>
value, used in theborder-style
property.
Type Aliases§
- Border
- A value for the border shorthand property.
- Border
Block - A value for the border-block shorthand property.
- Border
Block End - A value for the border-block-end shorthand property.
- Border
Block Start - A value for the border-block-start shorthand property.
- Border
Bottom - A value for the border-bottom shorthand property.
- Border
Inline - A value for the border-inline shorthand property.
- Border
Inline End - A value for the border-inline-end shorthand property.
- Border
Inline Start - A value for the border-inline-start shorthand property.
- Border
Left - A value for the border-left shorthand property.
- Border
Right - A value for the border-right shorthand property.
- Border
Top - A value for the border-top shorthand property.