Fixed missing words and capitalization (#28554)

This commit is contained in:
celticaire
2019-01-19 17:37:07 -05:00
committed by Tom
parent 83ab890dea
commit d4b3984083

View File

@ -29,7 +29,7 @@ Example:
The body-background attribute has been deprecated in HTML5. The correct way to style the ```<body>``` tag is with CSS. The body-background attribute has been deprecated in HTML5. The correct way to style the ```<body>``` tag is with CSS.
There are several CSS properties used for setting the background of an element. These can be used on <body> to set the background of an entire page. There are several CSS properties used for setting the background of an element. These can be used on the <body> tag to set the background of an entire page.
## Check it Out: ## Check it Out:
* [CSS background proprety](https://github.com/freeCodeCamp/guides/blob/master/src/pages/css/background/index.md) * [CSS background proprety](https://github.com/freeCodeCamp/guides/blob/master/src/pages/css/background/index.md)