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-colorlinelistmarginmarkermaskmask-clipmask-compositemask-imagemask-modemask-originmask-positionmask-repeatmask-sizemask-typemathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

mask-repeat CSS Property

The mask-repeat property specifies how the mask image is repeated across the mask painting area (horizontally, vertically, or both). Parallel to background-repeat. .tiled { mask-repeat: repeat; } .horizontal-only { mask-image: url("pattern.svg"); mask-repeat: repeat-x; mask-position: center; } repeatThe image is repeated on both axes (default value).repeat-xThe image is repeated only on the horizontal axis.repeat-yThe image is repeated only on the vertical axis.no-repeatThe image is not repeated — appears only once.spaceThe image repeats without clipping, with equal space distributed between repetitions.roundThe image repeats and is stretched/squashed so a whole number of repetitions fits the area. CSS Masking Module Level 1 Editor's Draft W3CMDN images 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