CSS background-attachment
Method of defining how a background image is attached to a scrollable element. Values include `scroll` (default), `fixed` and `local`.
Background-clip: text
Non-standard method of clipping a background image to the foreground text.
CSS3 Background-image options
New properties to affect background images, including background-clip, background-origin and background-size
CSS background-repeat round and space
Allows CSS background images to be repeated without clipping.
CSS background-position edge offsets
Allows CSS background images to be positioned relative to the specified edge using the 3 to 4 value syntax. For example: `background-position: right 5px bottom 5px;` for positioning 5px from the bottom-right corner.
CSS background-blend-mode
Allows blending between CSS background images, gradients, and colors.
CSS Canvas Drawings
Method of using HTML5 Canvas as a background image. Not currently part of any specification.
CSS print-color-adjust
The `print-color-adjust` (or `-webkit-print-color-adjust` as prefixed in WebKit/Blink browsers) property is a CSS extension that can be used to force printing of background colors and images.
CSS3 Multiple backgrounds
Method of using multiple images as a background
CSS3 object-fit/object-position
Method of specifying how an object (image or video) should fit inside its box. object-fit options include "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does.
SVG in CSS backgrounds
Method of using SVG images as CSS backgrounds
css property: background-image
css property: background-image: `element()`
css property: background-image: gradients
css property: background-image: `image-rect()`
css property: background-image: `image-set()`
css property: background-image: multiple backgrounds
css property: background-image: svg images
css property: background: svg image as background
19 results found.