Outlines

padding: 20px;
border: 20px dotted;
outline: 20px solid red;

The width, style, and color of the outline around a box. An outline is rendered around the outside of the border of a box. It does not affect the size or position of the box, or any other box.

HTML Dog