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-block-size

The min-block-size property sets the minimum size of an element on the block axis — equivalent to min-height in horizontal writing modes or min-width in vertical writing modes, depending on writing-mode. .hero { min-block-size: 50vh; } .sticky-section { min-block-size: calc(100vh - 4rem); } min:0 max:9999 step:1 units:% | px | em | rem | vw | vh autoAutomatic minimum (default value).min-contentMinimum content size on the block axis.max-contentMaximum content size on the block axis.fit-contentShrinks to content size on the block axis, clamped between min-content and max-content. fit-content()fit-content(<length-percentage>) — constrains size on the block 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