diff --git a/guide/english/css/background/index.md b/guide/english/css/background/index.md index fade4d3802..2fedd3a137 100644 --- a/guide/english/css/background/index.md +++ b/guide/english/css/background/index.md @@ -31,8 +31,8 @@ to purple and the rest of the page to blue. In CSS color can be defined in three ways: * A valid color name such as `blue` -* A HEX value such as `#FFFFF` (This is the hex value for white.) -* An RGB value such as `rgb(76,175,80)` (This is the RGB value for light green.) +* A HEX value such as `#FFFFF` (Hex value for white) +* An RGB value such as `rgb(76,175,80)` (RGB value for light green) ### Background Images You can use the background image property to set an image as a background for an element.