This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
The outline-offset property adds space between an outline and the edge/border of an element. The space between an element and its outline is transparent. The following example specifies an outline 15px outside the border edge:
This paragraph has an outline 15px outside the border edge.
p { margin: 30px; border: 1px solid black; outline: 1px solid red; outline-offset: 15px; }
Property | Description |
---|---|
A shorthand property for setting outline-width, outline-style, and outline-color in one declaration | |
Sets the color of an outline | |
Specifies the space between an outline and the edge or border of an element | |
Sets the style of an outline | |
Sets the width of an outline |