You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/04.1-Combined-Rules/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ border: black 1px solid;
22
22
23
23
2. Combine all background rules into only one using the `background` rule.
24
24
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:*
0 commit comments