![]() |
VOOZH | about |
The CSS outline-offset Property sets the amount of space between an outline and the edge or border of an element. An outline is a line drawn around elements outside the border edge. The space between the element and its outline is transparent. Also, the outline may be non-rectangular. The default value is 0.
Syntax:
outline-offset: length|initial|inherit;Property values:
Syntax:
outline-offset: 5px;Example 1:
Output:
👁 Image
Example 2:
syntax:
outline-offset: initial;Example 3:
syntax:
outline-offset: inherit;Supported Browsers: The browsers supported by outline-offset Property are listed below: