Skip to main content

Outline Offset

Utilities for controlling the offset of an element's outline.

CSS Property:outline-offset
Classes:5

Outline Offset Classes

ClassCSS
outline-offset-0outline-offset: 0px;
outline-offset-1outline-offset: 1px;
outline-offset-2outline-offset: 2px;
outline-offset-4outline-offset: 4px;
outline-offset-8outline-offset: 8px;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[outline-offset:value]

Responsive Variants

Apply outline offset utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:outline-offset-0
768px+md:md:outline-offset-0
1024px+lg:lg:outline-offset-0
1280px+xl:xl:outline-offset-0
1536px+2xl:2xl:outline-offset-0