Skip to content
◎

CSS Outline Generator

Preview
CSS
outline: 3px solid #3b82f6;
outline-offset: 0px;
Info
• Outline is drawn outside the border
• Does not affect layout (no box sizing)
• outline-offset can be negative
• Commonly used for focus indicators