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

The CSS Propertie baseline-shift

The baseline-shift property raises or lowers an element relative to its parent's baseline. A positive length/percentage raises, negative lowers. Percentages are relative to the parent's line-height. Used for superscript/subscript on inline elements and SVG text. .note { baseline-shift: super; } .math { baseline-shift: -0.25em; } min:-9999 max:9999 step:1 units:% | px | em | rem | vw | vh | vmin | vmax | pt subLowers by the subscript offset (default: about 1/5 of the parent's font-size).superRaises by the superscript offset (default: about 1/3 of the parent's font-size).topAligns the line-over edge of the aligned subtree with the line box edge.centerAligns the center of the aligned subtree with the line box center.bottomAligns the line-under edge of the aligned subtree with the line box edge.baselineNo shift is applied; the element's baseline aligns with the parent's baseline. CSS Inline Layout Module Level 3 Editor's Draft <length-percentage> W3CMDN Hello SUP World 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