The border-image-outset property describes, by which amount the border image area extends beyond the border box.
Overview table0
border-collapse
is set to collapse
.
borderImageOutset
border-image-outset: <length>
border-image-outset: inherit
A simple example showing multiple <div>s, identical in style except that they have different border-image-outset properties applied to them.
<div class="pattern one">one</div>
<div class="pattern two">two</div>
<div class="pattern three">three</div>
<div class="pattern four">four</div>
.pattern {
border-image-source: url(/docs/w/images/d/d8/border-image.png);
border-image-slice: 30;
border-image-width: 6;
border-image-repeat: repeat;
}
.pattern.one{
border-image-outset: 3;
}
.pattern.two{
border-image-outset: 1.2em 1.8em;
}
.pattern.three{
border-image-outset: 5px 3px 10px;
}
.pattern.four{
border-image-outset: 5 2em 10 3px;
}
Usage
* Up to four different values can be specified, in the following order: top, right, bottom, left.
border-image-outset
Mozilla Developer Network : Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4