Skip to content

Commit 6b30e5f

Browse files
authored
Update README.md
1 parent c37154b commit 6b30e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/02-Separate-Stylesheet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ That is an even better practice because it lets you have a CSS agnostic website,
1010

1111
## 📝 Instructions:
1212

13-
Fill the `styles.css` with the content needed to make the website body blue.
13+
Fill the `styles.css` with the content needed to make the website's `body` blue.
1414

1515
## 💡 Hint:
1616

17-
+ Google how to change the `background-color` of a website body.
17+
+ Google how to change the `background-color` of a website's `body`.

0 commit comments

Comments
 (0)