Type Alias lightningcss::properties::border::BorderTop
source · pub type BorderTop = GenericBorder<LineStyle, 0>;Expand description
A value for the border-top shorthand property.
Aliased Type§
struct BorderTop {
pub width: BorderSideWidth,
pub style: LineStyle,
pub color: CssColor,
}Fields§
§width: BorderSideWidthThe width of the border.
style: LineStyleThe border style.
color: CssColorThe border color.