Outline Offset
Set the offset for an element's outline.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
oo-0outline-offset: 0;oo-1outline-offset: 1px;oo-2outline-offset: 2px;oo-3outline-offset: 3px;oo-4outline-offset: 4px;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:oo-(value)Small≥640px
md:oo-(value)Medium≥768px
lg:oo-(value)Large≥1024px
xxl:oo-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:oo-(value)Negative Values
Use negative variants to apply negative outline offset.
Use the -- syntax to apply negative numeric values.
Syntax:
oo--(value)