Full sentences in parenthesis edited (#20218)

This commit is contained in:
Ellysha Chavez
2018-10-27 21:12:55 -07:00
committed by Christopher McCormack
parent d961e04a86
commit ad44442741

View File

@ -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.