Outline Generator

Control outline width, style, color and offset (unlike border, doesn't affect layout).

Controls

Width2px
Style
Color
Offset2px

Live Preview

Outline

Generated Code

.element {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}