styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipclip-pathclip-rulecolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-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

clip-path CSS Property

The clip-path property defines a clipping region — the area to which painting can be applied. Anything outside is hidden. Supports shapes, SVG paths, and reference boxes. .clip { clip-path: circle(50%); } .clip { clip-path: polygon(0 0, 100% 0, 50% 100%); } min:0 max:9999 step:1 units:% | px | em | rem noneNo clipping (default).margin-boxMargin box.border-boxBorder box.padding-boxPadding box.content-boxContent box.fill-boxSVG fill box.stroke-boxSVG stroke box.view-boxSVG viewport. circle()Circle — circle(radius at center).ellipse()Ellipse.polygon()Polygon from points.inset()Rectangle with inward offsets.rect()Rectangle with 4 coordinates.xywh()Rectangle xywh(x y w h).path()SVG path.url()url() reference to SVG clipPath. CSS Masking Module Level 1 Editor's Draft <basic-shape> <geometry-box> W3CMDN 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