diff --git a/content/css/concepts/background/terms/border-image/border-image.md b/content/css/concepts/background/terms/border-image/border-image.md new file mode 100644 index 00000000000..44553090a85 --- /dev/null +++ b/content/css/concepts/background/terms/border-image/border-image.md @@ -0,0 +1,12 @@ +--- +Description: The border-image property allows you to use an image instead of a standard border style. +--- + +# border-image + +The **`border-image`** CSS property allows you to draw an image around an element's border. This replaces the standard solid or dashed lines. + +## Syntax + +```css +border-image: source slice width outset repeat;