Full width home advertisement

How To

Tech

JavaScript

Post Page Advertisement [Top]

CSS Outlines

CSS Outlines

CSS Outlines

An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
The outline properties specify the style, color, and width of an outline.

CSS Outline

An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
However, the outline property is different from the border property.
The outline is not a part of an element's dimensions; the element's total width and height is not affected by the width of the outline.
Outline 


All CSS Outline Properties

PropertyDescriptionValues
outlineSets all the outline properties in one declarationoutline-color
outline-style
outline-width
inherit
outline-colorSets the color of an outlinecolor_name
hex_number
rgb_number
invert
inherit
outline-styleSets the style of an outlinenone
dotted
dashed
solid
double
groove
ridge
inset
outset
inherit
outline-widthSets the width of an outlinethin
medium
thick
lengthinherit

Bottom Ad [Post Page]