CSS – background-size Property
The background-size property specifies the size of the background image.
The background-size property specifies the size of the background image.
The border-image-source property specifies the path to the image that is to be used as the border.
The border-image-width property specifies the width of the border image.
The border-image property is a shorthand property for all the other properties a CSS border image can be given.
The border-image-outset property specifies the amount that the border image area should extend beyond the border box.
The border-image-repeat property specifies whether the border image should be repeated, rounded, spaced or stretched.
The border-image-slice property specifies how to slice the border image. The image is always sliced into nine sections: four corners, four edges and the middle.
The clip-path property lets you clip an element to a basic shape or an SVG source.
The filter property defines visual effects (like blur and saturation) to an image element.
The image-rendering property specifies the type of algorithm to be used for image scaling, and has no effect on images that are not scaled.
The list-style property is a shorthand property for list-style-type, list-style-position, and list-style-image.
The list-style-image property replaces the list-item marker with an image. The list-style-type property should also be specified as a backup.
The mask-image property specifies an image, CSS gradient, or SVG mask to be used as a mask layer for an element.
The mask-origin property specifies the origin position of a mask layer image.
The mask-position property sets the starting position of a mask image relative to the mask position area.
The mask-repeat property sets if and how a mask image will be repeated. By default, a mask image is repeated both vertically and horizontally.
The mix-blend-mode property specifies how an element’s content should blend with its parent’s background.
The conic-gradient() function sets a conic gradient as the background image with at least two color transitions rotated around a center point.
The linear-gradient() function sets a linear gradient as the background image.