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-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplaceplace-contentplace-itemsplace-selfpointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie place-content

The place-content shorthand sets align-content (block axis) and justify-content (inline axis) in one declaration. A single value applies to both axes; two values set block axis then inline axis. .grid { place-content: center; } .dashboard { display: grid; place-content: space-between center; } normalContainer default (default).startStart of axis.endEnd of axis.centerCenter.stretchItems stretch.space-betweenEqual space between items.space-aroundEqual space around items.space-evenlyTruly equal spacing.baselineBaseline alignment (equivalent to first baseline).first baselineAligns to the first baseline of the box.last baselineAligns to the last baseline of the box.flex-startFlush with the flex container's main-start/cross-start; behaves as start outside flex.flex-endFlush with the flex container's main-end/cross-end; behaves as end outside flex.leftFlush with the left edge — valid for justify-content only, not align-content.rightFlush with the right edge — valid for justify-content only, not align-content.safeIf the subject overflows, aligns as start to avoid data loss.unsafeHonors the specified alignment even if the subject overflows. CSS Box Alignment Module Level 3 Editor's Draft W3CMDN Box 1 Box 2 Box 3 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