styleditor.net styleditor.net styleditor.net styleditor.net English accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyjustify-contentjustify-itemsjustify-selfleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie justify-content

מאפיין justify-content מיישר את הפריטים על ציר ה-main (ב-flex) או ציר ה-inline (ב-grid/multicol) בתוך הקונטיינר. שולט בחלוקת מקום פנוי בקצוות, באמצע, או בין/מסביב לפריטים.
.flex { justify-content: center; } .toolbar { display: flex; justify-content: space-between; }
normalהתנהגות ברירת המחדל של הקונטיינר (ברירת המחדל).startפריטים מיושרים לתחילת הציר.endפריטים מיושרים לסוף הציר.centerפריטים ממורכזים על הציר.flex-startפריטים מיושרים לתחילת הציר (ב-flex containers).flex-endפריטים מיושרים לסוף הציר (ב-flex containers).leftפריטים מיושרים שמאלה (פיזית).rightפריטים מיושרים ימינה (פיזית).space-betweenרווח שווה בין פריטים סמוכים; אין רווח בקצוות.space-aroundרווח שווה סביב כל פריט — חצי מרווח בקצוות.space-evenlyרווח שווה לחלוטין — אותו רווח בכל מקום (כולל בקצוות).stretchפריטים נמתחים כדי למלא את הקונטיינר אם הם בעלי גודל auto.safe<overflow-position>: אם הפריט overflows, יישור מוחלף ל-start כדי לא לחתוך תוכן.unsafe<overflow-position>: שומר על היישור גם במצב overflow. CSS Box Alignment Module Level 3 Editor's Draft W3CMDN
CSS CSS CSS Show all code ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטמקורות מידעהדגמה חזותית