monks/border_right_color

The border-right-color CSS property sets the color of an element’s right border. It can also be set with the shorthand CSS properties {{cssxref(“border-color”)}} or {{cssxref(“border-right”)}}.

Values

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for border-right-color

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for border-right-color. It will be wrapped in var() and have -- prepended.

Search Document