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/02-Background/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# `02` Background
2
2
3
-
The `background` CSS rule allows us to assign and work with the background of any container. The background values can be a `color` or an `image`.
3
+
The `background` CSS rule allows us to assign and work with the background of any container. The background values can be a `color` or an `image`.
4
4
5
5
If it is an image you can specify if you want the image to repeat horizontally, vertically, both, or not at all, and you can also specify if you want it to resize and fit the whole container where its being applied, among other properties that can be modified.
6
6
7
7
## 📝 Instructions:
8
8
9
-
```plain/text
9
+
10
10
1. Build the exercise.
11
11
2. Check the Preview.
12
12
3. On the styles.css file the background-size to 'contain' (check the styles.css tab).
13
13
4. Build and Preview the exercise again.
14
14
5. Change the background-repeat to 'inherit' to make it repeat over the x axis and y axis.
0 commit comments