styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoutline-coloroutline-offsetoutline-styleoutline-widthoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie outline

The outline shorthand sets three outline properties at once: line width, line style, and line color. Unlike border, outline does not take space in the layout and does not affect box size. button:focus { outline: 2px solid royalblue; } :focus-visible { outline: thick dashed currentcolor; outline-offset: 4px; } min:0 max:9999 step:1 units:px | em | rem thinThin line width.mediumMedium line width (default).thickThick line width.autoBrowser-defined default style (often solid or platform focus indicator).noneNo outline (default of <line-style>).dottedDotted line.dashedDashed line.solidSolid line.doubleDouble line.groove3D grooved effect.ridge3D ridged effect.insetInset-looking border.outsetOutset-looking border.currentcolorUses the current color property value. rgb()RGB color function.hsl()HSL color function. CSS Basic User Interface Module Level 4 Working Draft <line-width> <line-style> <color> W3CMDN CSS Show all code Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationvalue typessourcesvisual demonstration