styleditor.net styleditor.net styleditor.net styleditor.net English accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderborder-blockborder-block-colorborder-block-endborder-block-end-colorborder-block-end-styleborder-block-end-widthborder-block-startborder-block-start-colorborder-block-start-styleborder-block-start-widthborder-block-styleborder-block-widthborder-bottomborder-bottom-colorborder-bottom-left-radiusborder-bottom-right-radiusborder-bottom-styleborder-bottom-widthborder-collapseborder-colorborder-end-end-radiusborder-end-start-radiusborder-imageborder-image-outsetborder-image-repeatborder-image-sliceborder-image-sourceborder-image-widthborder-inlineborder-inline-colorborder-inline-endborder-inline-end-colorborder-inline-end-styleborder-inline-end-widthborder-inline-startborder-inline-start-colorborder-inline-start-styleborder-inline-start-widthborder-inline-styleborder-inline-widthborder-leftborder-left-colorborder-left-styleborder-left-widthborder-radiusborder-rightborder-right-colorborder-right-styleborder-right-widthborder-shapeborder-spacingborder-start-end-radiusborder-start-start-radiusborder-styleborder-topborder-top-colorborder-top-left-radiusborder-top-right-radiusborder-top-styleborder-top-widthborder-widthbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie border-shape

מגדיר צורה שרירותית לגבול האלמנט — במקום גבול מלבני רגיל, ניתן להשתמש בכל צורה בסיסית (פוליגון, עיגול, נתיב ועוד). הגבול מצויר על הנתיב שהצורה מגדירה, וגוזר את התוכן הפנימי בהתאם.
border-shape: polygon(0% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%); border: 4px solid navy; border-shape: path('M 0,0 L 200,0 L 200,150 Q 200,200 150,200 L 0,200 Z');
noneברירת המחדל — אין צורה מיוחדת לגבול. האלמנט מציג גבול מלבני רגיל בהתאם לערכי border-radius ו-corner-shape הנוכחיים.border-boxתיבת הייחוס לצורה היא border-box של האלמנט.content-boxתיבת הייחוס לצורה היא content-box של האלמנט.fill-boxתיבת הייחוס לצורה היא fill-box (SVG — תיבת המילוי האובייקטיבית).margin-boxתיבת הייחוס לצורה היא margin-box של האלמנט.padding-boxתיבת הייחוס לצורה היא padding-box של האלמנט.stroke-boxתיבת הייחוס לצורה היא stroke-box (SVG — תיבת המכחול).view-boxתיבת הייחוס לצורה היא view-box (SVG — ה-viewport של ה-SVG הקרוב ביותר).reference boxתיבת ייחוס כללית המגדירה את מערכת הקואורדינטות לצורת הגבול.equivalent pathנתיב שוות-ערך המתאר את הצורה הנוכחית של הגבול כנתיב SVG. polygon()מגדיר גבול בצורת פוליגון מרובה פינות, על ידי רשימת נקודות (x, y). הגבול מצויר על הצלעות שבין הנקודות.circle()מגדיר גבול בצורת עיגול עם רדיוס ומרכז מצוינים. הגבול מצויר לאורך היקף העיגול.ellipse()מגדיר גבול בצורת אליפסה עם שני רדיוסים ומרכז מצוינים. הגבול מצויר לאורך היקף האליפסה.inset()מגדיר גבול בצורת מלבן עם הזזה פנימה מכל צד, ואפשרות לפינות מעוגלות. שימושי ליצירת גבולות מלבניים מוטים פנימה.path()מגדיר גבול בצורת נתיב SVG שרירותי. מאפשר את הגמישות המרבית ביצירת גבולות בכל צורה שניתן לתאר ב-SVG.shape()מגדיר גבול בצורה מבוססת פקודות נתיב CSS (move-to, line-to, arc וכו'). גרסת CSS מודרנית לפונקציית path(), עם תמיכה ביחידות CSS ואחוזים. CSS Borders and Box Decorations Module Level 4 W3C Working Draft (26 March 2026) none W3C
Show all code ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטסוגי ערכיםמקורות מידעהדגמה חזותית