From 02df1343e1daaa44329706436dcbe5dd12c1e991 Mon Sep 17 00:00:00 2001 From: jaceclowdus <44301450+jaceclowdus@users.noreply.github.com> Date: Fri, 15 Mar 2019 02:49:45 -0400 Subject: [PATCH] Change the formatting in line 6 (#27211) This makes it more consistent with the rest of the CSS guides. --- guide/english/css/background-size/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/background-size/index.md b/guide/english/css/background-size/index.md index 0109b10a1b..58bd041d5a 100644 --- a/guide/english/css/background-size/index.md +++ b/guide/english/css/background-size/index.md @@ -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 */