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-colorlinelistmarginmarkermaskmathmaxminmin-block-sizemin-heightmin-inline-sizemin-widthmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie min-inline-size

The min-inline-size property sets the minimum size of an element on the inline axis — equivalent to min-width in horizontal writing modes or min-height in vertical writing modes, depending on writing-mode. .col { min-inline-size: 320px; } .tag { min-inline-size: max-content; padding-inline: 0.5rem; } min:0 max:9999 step:1 units:% | px | em | rem | vw | vh autoAutomatic minimum (default value).min-contentMinimum content size on the inline axis.max-contentMaximum content size on the inline axis.fit-contentShrinks to content size on the inline axis, clamped between min-content and max-content. fit-content()fit-content(<length-percentage>) — constrains size on the inline axis.calc()Computes a value from a math expression. CSS Logical Properties and Values Level 1 Editor's Draft <length-percentage> 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