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

מאפיין הקיצור place-content מאחד את align-content (ציר block) ו-justify-content (ציר inline) בהצהרה אחת. ערך יחיד חל על שני הצירים; שני ערכים — הראשון לציר block, השני לציר inline.
.grid { place-content: center; } .dashboard { display: grid; place-content: space-between center; }
normalברירת המחדל של הקונטיינר (ברירת המחדל).startהתחלת ציר.endסוף ציר.centerמרכז.stretchפריטים נמתחים.space-betweenרווח שווה בין פריטים.space-aroundרווח שווה סביב פריטים.space-evenlyרווח שווה לחלוטין.baselineיישור לפי קו הבסיס (שווה ל-first baseline).first baselineיישור לפי קו הבסיס הראשון של הקופסה.last baselineיישור לפי קו הבסיס האחרון של הקופסה.flex-startיישור לתחילת ציר flex; מחוץ ל-flex פועל כמו start.flex-endיישור לסוף ציר flex; מחוץ ל-flex פועל כמו end.leftיישור לקצה השמאלי הפיזי — תקף רק ב-justify-content, לא ב-align-content.rightיישור לקצה הימני הפיזי — תקף רק ב-justify-content, לא ב-align-content.safeאם התוכן גולש, הוא מיושר כ-start כדי למנוע אובדן נתונים.unsafeמיישר לפי הערך שצוין גם אם התוכן גולש. CSS Box Alignment Module Level 3 Editor's Draft W3CMDN
Box 1 Box 2 Box 3 Show all code ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטמקורות מידעהדגמה חזותית