About 903,000 results
Open links in new tab
  1. border-image-slice - CSS | MDN

    Dec 5, 2025 · The border-image-slice CSS property divides the image specified by border-image-source into regions. These regions form the components of an element's border image.

  2. CSS border-image-slice property - W3Schools

    The border-image-slice property specifies how to slice the image specified by border-image-source. The image is always sliced into nine sections: four corners, four edges and the middle. …

  3. CSS border-image-slice Property - GeeksforGeeks

    Jul 11, 2025 · In CSS the border-image-slice property is used to divide or slice an image specified by border-image-source property. The border-slice property divides a given image into:

  4. CSS border-image-slice Property - CSS Portal

    Learn about the border-image-slice CSS Property. View description, syntax, values, examples and browser support for the border-image-slice CSS Property.

  5. CSS: Border-Image-Slice - Slicing Border Images

    Sep 10, 2024 · This article will explore the principles of the border-image-slice property in CSS, provide practical examples, and discuss best practices for its implementation. By the end of …

  6. CSS3 border-image-slice Property - Tutorial Republic

    The border-image-slice CSS property divides the image specified by border-image-source in nine regions: four corners, four edges, and a middle. It does this by specifying 4 inwards offsets …

  7. CSS - border-image-slice Property - Online Tutorials Library

    This property specifies how to slice the image that is set as a border using the property border-image-source. The image is sliced in nine sections, i.e., four corners, four edges and a middle …

  8. CSS border-image-slice with Quick Examples

    CSS border-image-slice -- the best examples. The border-image-slice property specifies how a border image is sliced. An image is sliced into nine sections: four corners, four edges, and the …

  9. border-image-slice - CSS-Tricks

    Dec 20, 2022 · The CSS border-image-slice tells the browser where to “slice” an image being used to create the pieces of an element’s borders. The border-image-slice property is defined …

  10. CSS border-image-slice Property - W3docs

    It is one of the CSS3 properties. The border-image-slice property have three values: number, percentage and fill. The number represents an edge offset in pixels for raster images and …