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-width

The min-width property sets the minimum width of an element's box. The actual width will not fall below this value. Percentages refer to the containing block's width. .readable { min-width: 320px; } .col { min-width: max-content; } min:0 max:9999 step:1 units:% | px | em | rem | vw | vh autoAutomatic minimum (default value) — resolves to 0 for CSS2 display types, but may differ for newer layouts (flex, grid).min-contentThe minimum content width.max-contentThe maximum content width.fit-contentFunction value: combines min-content and max-content given the available space. fit-content()fit-content(<length-percentage>) — constrains width by the given length.calc()Computes a value from a math expression. CSS Box Sizing Module Level 3 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