mask-border-outset
Quick Summary for mask-border-outset
The mask-border-outset CSS property specifies the distance by which an element's mask border is set out from its border box.
Code Usage for mask-border-outset

<pre class="brush: css notranslate"><code><span class="token comment">/ &lt;length&gt; value /</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> 1rem<span class="token punctuation">;</span> <span class="token comment">/ &lt;number&gt; value /</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> 1.5<span class="token punctuation">;</span> <span class="token comment">/ vertical | horizontal /</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> 1 1.2<span class="token punctuation">;</span> <span class="token comment">/ top | horizontal | bottom /</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> 30px 2 45px<span class="token punctuation">;</span> <span class="token comment">/ top | right | bottom | left /</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> 7px 12px 14px 5px<span class="token punctuation">;</span> <span class="token comment">/ Global values /</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> inherit<span class="token punctuation">;</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> initial<span class="token punctuation">;</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> revert<span class="token punctuation">;</span> <span class="token property">mask-border-outset</span><span class="token punctuation">:</span> unset<span class="token punctuation">;</span> </code></pre>

More Details for mask-border-outset

mask-border-outset

The mask-border-outset CSS property specifies the distance by which an element's mask border is set out from its border box.

Syntax

/* <length> value */ mask-border-outset: 1rem;  /* <number> value */ mask-border-outset: 1.5;  /* vertical | horizontal */ mask-border-outset: 1 1.2;  /* top | horizontal | bottom */ mask-border-outset: 30px 2 45px;  /* top | right | bottom | left */ mask-border-outset: 7px 12px 14px 5px;  /* Global values */ mask-border-outset: inherit; mask-border-outset: initial; mask-border-outset: revert; mask-border-outset: unset; 

The mask-border-outset property may be specified as one, two, three, or four values. Each value is a <length> or <number>. Negative values are invalid.

When one value is specified, it applies the same outset to all four sides. When two values are specified, the first outset applies to the top and bottom, the second to the left and right. When three values are specified, the first outset applies to the top, the second to the left and right, the third to the bottom. When four values are specified, the outsets apply to the top, right, bottom, and left in that order (clockwise).

Values

<length>

The size of the mask border outset as a dimension.

<number>

The size of the mask border outset as a multiple of the corresponding border-width.

Formal definition

Initial value0
Applies toall elements; In SVG, it applies to container elements excluding the defs element and all graphics elements
Inheritedno
Computed valueas specified, but with relative lengths converted into absolute lengths
Animation typediscrete

Formal syntax

[ <length> | <number> ]{1,4}

Examples

Basic usage

This property doesn't appear to be supported anywhere yet. When it eventually starts to be supported, it will serve to move the mask away from the inner edge of the element's border box — you can use it to make the mask start from part way across the border, rather than the inside of it.

mask-border-outset: 1rem; 

Chromium-based browsers support an outdated version of this property — mask-box-image-outset — with a prefix:

-webkit-mask-box-image-outset: 1rem; 

Note: The mask-border page features a working example (using the out-of-date prefixed border mask properties supported in Chromium), so you can get an idea of the effect.

Specifications

Specification
CSS Masking Module Level 1 # the-mask-border-outset

See also

mask-border mask-border-mode mask-border-repeat mask-border-source mask-border-width

Last modified: Aug 12, 2021, by MDN contributors

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Categories in CSS
css
Search CSS
Search CSS by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
I believe that in order to better your knowledge base, it takes a lot of failing in order to succeed. I don't consider anything a failure as long as you get back up and you learn from your own mistakes.
Unknown
Latest News
## 🚀 AI Giants Hit Bullseye: Anthropic & OpenAI Achieve Product-Market Fit Anthropic and OpenAI have reached a significant milestone, finding product-market fit with their AI technologies, which means their products effectively meet the needs of their customers, driving growth and adoption. This achievement showcases the practical value of their innovations, enabling businesses and individuals to leverage AI for enhanced productivity and efficiency. With this alignment of product and market needs, these companies are poised to transform industries and shape the future of technology.