From ad44442741ff3f1eed3375bb7718a3b2f1be1886 Mon Sep 17 00:00:00 2001 From: Ellysha Chavez <35040948+Ellyshachavez@users.noreply.github.com> Date: Sat, 27 Oct 2018 21:12:55 -0700 Subject: [PATCH] Full sentences in parenthesis edited (#20218) --- guide/english/css/background/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.