Skip to content

Commit 55e4f13

Browse files
authored
Update README.md
1 parent 78638d1 commit 55e4f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/04.1-Combined-Rules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ border: black 1px solid;
2222

2323
2. Combine all background rules into only one using the `background` rule.
2424

25-
*The `background-position` and the `background-size` properties will conflict because they can handle the same type of values, so you must write them as follows:*
25+
*The `background-position` and the `background-size` properties will conflict because they can handle the same type of values, so instead of separating these properties with a `space` you must separate them with a forward slash `/` as follows:*
2626

2727
```css
2828
background: 50px / cover

0 commit comments

Comments
 (0)