From c794f663969c996c26db29689c4f2307a25702f4 Mon Sep 17 00:00:00 2001 From: Sai Sravan Cherukuri Date: Mon, 16 Feb 2026 19:42:14 -0500 Subject: [PATCH] Create border-image.md --- .../background/terms/border-image/border-image.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/css/concepts/background/terms/border-image/border-image.md 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;