Value |
Description |
Repeat |
The background image is repeated both vertically and horizontally. |
Repeat-x |
The background image is repeated only horizontally |
Repeat-y |
The background image is repeated only vertically |
No-repeat |
The background-image is not repeated. The image will br show only once |
RGBA |
-
R=Red
-
G=Green
-
B=Blue
-
A=Alpha
The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque)
|
HSL |
HSL stands for Hue, Saturation and Lightness. |
HSLA |
HSL stands for Hue, Saturation ,Lightness and alpha. |
Opacity |
The opacity property value must be a number between 0.0 (fully transparent) and 1.0 (fully opaque). |