Change the formatting in line 6 (#27211)

This makes it more consistent with the rest of the CSS guides.
This commit is contained in:
jaceclowdus
2019-03-15 02:49:45 -04:00
committed by The Coding Aviator
parent ef8c5e5bfa
commit 02df1343e1

View File

@ -3,7 +3,7 @@ title: Background Size
---
## Background Size
The background-size property specifies the size of the background images. You can set a length or a percentage, with the first value being the width and the second one being the height. You can also use one of the 5 keyword values:
The `background-size` property specifies the size of the background images. You can set a length or a percentage, with the first value being the width and the second one being the height. You can also use one of the 5 keyword values:
```css
/* Background size property values that can be used */