CSS – Outline
A CSS outline is a line that is drawn around elements, outside the borders, prior to the margin, to give the element additional visibility for the user.
A CSS outline is a line that is drawn around elements, outside the borders, prior to the margin, to give the element additional visibility for the user.
The outline property is a shorthand property for outline-width, outline-style, and outline-color. It draws a line around elements outside any borders.
The outline-color property specifies the color of an outline, a drawn line around elements outside any borders.
The outline-color property specifies the color of an outline, a drawn line around elements outside any borders.
The outline-style property specifies the style of an outline drawn around an element.
The outline-width specifies the width of an outline drawn around an element.