Lena Stanley posted: " The CSS border-image-slice property defines how to slice the image defined by the CSS border-image-source (the image is sliced into nine sections: four corners, four edges and the middle). Demo: Click the "Try it" button to change the value of "
The CSS border-image-slice property defines how to slice the image defined by the CSS border-image-source (the image is sliced into nine sections: four corners, four edges and the middle).
Demo:
Click the "Try it" button to change the value of the border-image-slice property to 30%:
Hello World!
Syntax:
border-image-slice: number|%|fill;
number - the number(s) represent pixels for raster images or coordinates for vector images.
% - percentages are relative to the height or width of the image.
fill - causes the middle part of the image to be displayed.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.