monks/border_image_source
The border-image-source CSS property sets the source image used to create an element’s border image.
The {{cssxref(“border-image-slice”)}} property is used to divide the source image into regions, which are then dynamically applied to the final border image.
Values
pub const closest_corner: #(String, String)
closest-corner value of border-image-source
pub const closest_side: #(String, String)
closest-side value of border-image-source
pub const farthest_corner: #(String, String)
farthest-corner value of border-image-source
pub const farthest_side: #(String, String)
farthest-side value of border-image-source
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of border-image-source
pub const none: #(String, String)
- : No border image is used. The appearance defined by {{cssxref(“border-style”)}} is displayed instead.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for border-image-source
pub const revert_layer: #(String, String)