Copy HTML
<div class="outline"></div>Explore outline with controls for width, style, color, and offset, switch between px and rem, and generate shorthand or separate-property CSS.
<div class="outline"></div>.outline {
outline: 6px dashed #9ec6f3;
outline-offset: 8px;
}