The background-position property is specified as one or more <position> values, separated by commas. Values <position> A <position>. A position defines an x/y coordinate, to place an item relative to the edges of an element's box. It can be defined using one to four values.
background-position. Defines the position of the background image. The background image will be positioned at 0% on the horizontal axis and 0% on the vertical axis, which means the top left corner of the element. You can use a combination of …
17.02.2015 · You can give background-position up to four values in modern browsers: If you declare one value, that value is the horizontal offset. The browser sets the vertical offset to center. When you declare two values, the first value is the horizontal offset and the second value is the vertical offset.
Свойство background-position указывается в виде одного или нескольких значений <position>, разделённых запятыми. Значения <position> <position> (en-US). Позиция определяет координату x/y, чтобы разместить элемент относительно границ поля элемента. Она может быть определена с использованием одного и двух значений.
The background-position property sets the starting position of a background image. Tip: By default, a background-image is placed at the top-left corner of an element, and repeated both vertically and horizontally. Browser Support The numbers in the table specify the first browser version that fully supports the property.
This CSS tutorial explains how to use the CSS property called background-position property with syntax and examples. Description The CSS background-position property defines the initial position of the background-image for an element. Syntax The syntax for the background-position CSS property is:
The background-position property sets the starting position of a background image. Tip: By default, a background-image is placed at the top-left corner of ...
CSS - background-position, Sets the initial position of the element's background image, if specified; values normally are paired to provide x, y positions; default position is 0% 0%.
La propriété background-position peut être définie grâce à une ou plusieurs valeurs <position>, séparées par des virgules. Valeurs <position> Une valeur <position>. Une position définit un couple de coordonnées XY qui permet de placer un objet par …
The CSS background-position property defines the initial position of the background-image for an element. Syntax. The syntax for the background-position CSS ...
#background-position ... Defines the position of the background image. ... The background image will be positioned at 0% on the horizontal axis and 0% on the ...