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
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
background-position-x & background-position-y
CSS longhand properties to define x or y positions separately.
CSS background-repeat round and space
Allows CSS background images to be repeated without clipping.
Background Sync API
Provides one-off and periodic synchronization for Service Workers with an onsync event.
CSS3 Border-radius (rounded corners)
Method of making the border corners round. Covers support for the shorthand `border-radius` as well as the long-hand properties (e.g. `border-top-left-radius`)
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.
ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for font-family
Allows more control when choosing system interface fonts
CSS Flexible Box Layout Module
Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.
CSS3 Multiple backgrounds
Method of using multiple images as a background
SVG in CSS backgrounds
Method of using SVG images as CSS backgrounds
canvasrenderingcontext2d api: roundrect
mlgraphbuilder api: roundeven
offscreencanvasrenderingcontext2d api: roundrect
path2d api: roundrect
css property: border-image-repeat: round
css property: border-image: round
css property: corner-block-end-shape: round
css property: corner-block-start-shape: round
css property: corner-bottom-left-shape: round
css property: corner-bottom-right-shape: round
css property: corner-bottom-shape: round
css property: corner-end-end-shape: round
css property: corner-end-start-shape: round
css property: corner-inline-end-shape: round
css property: corner-inline-start-shape: round
css property: corner-left-shape: round
css property: corner-right-shape: round
css property: corner-shape: round
css property: corner-start-end-shape: round
css property: corner-start-start-shape: round
css property: corner-top-left-shape: round
css property: corner-top-right-shape: round
css property: corner-top-shape: round
css property: stroke-linecap: round
css property: stroke-linejoin: round
types: `<basic-shape>`: `polygon()`: round
types: `<corner-shape-value>`: round
types: `round()`
types: `round()`: mix `<percentage>` with `<length>` and `<number>` parameters
javascript built-in: math: round
javascript built-in: temporal api: duration: round
javascript built-in: temporal api: instant: round
javascript built-in: temporal api: plaindatetime: round
javascript built-in: temporal api: plaintime: round
javascript built-in: temporal api: zoneddatetime: round
50 results found.