styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalign-contentalign-itemsalign-selfalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-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 alignment-baseline

The alignment-baseline property specifies which baseline of the box is used to align it (before baseline-shift) to the corresponding baseline of its context. Applies to inline boxes, flex/grid items, table cells, and SVG text elements. .superscript { alignment-baseline: text-top; } tspan { alignment-baseline: mathematical; } baselineThe default value. Uses parent's dominant baseline.text-bottomText-under baselines.alphabeticAlphabetic baselines.ideographicIdeographic-under baselines.middleX-middle baselines.centralCentral baselines.mathematicalMath baselines.text-topText-over baselines.hangingHanging baselines — useful for scripts such as Devanagari.text-before-edgeLegacy alias for text-top — text-over baselines.text-after-edgeLegacy alias for text-bottom — text-under baselines. CSS Inline Layout Module Level 3 Editor's Draft W3CMDN baseline 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
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration