A generic outline
property that simultaneously sets the color, style, and width of the outer border on all four sides of an element.
Unlike the line specified through the border
, the outline
property does not affect the position of the box and its width. Also, you cannot set line options on individual sides of an element, outline
is applied to all four sides at once.
outline: [ outline-color || outline-style || outline-width ] | inherit