Skip to content

Commit cf4dd8b

Browse files
authored
Update README.md
1 parent 79ef96f commit cf4dd8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/06-Practicing-Rules/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ tutorial: "https://www.youtube.com/watch?v=4wguurrl-lU"
88

99
1. Set this URL as the background image of the page, and repeat it vertically only: `../../.learn/assets/background-vertical.jpg?raw=true`
1010

11-
2. Change the font-family of the `h1` to `Courier` and the rest of the website to `Times new Roman`.
11+
2. Change the `font-family` of the `h1` to `Courier` and the rest of the website to `Times new Roman`.
1212

1313
3. Change the color of `h1` to `red`.
1414

15-
4. Make all the `h2's` with an `underline`.
15+
4. Make all the `h2` have an `underline`.
1616

1717
5. Add a `left padding` to the whole document of `20px` to make it easier to read.
1818

19-
6. Add a white `semi-transparent background (0.2)` to the `first paragraph` to make it easier to read (you have to use `rgba` for that).
19+
6. Add a white `semi-transparent background (0.2)` to the **first paragraph** to make it easier to read (you have to use `rgba` for that).
2020

2121
7. Then apply a `padding` of `5px` to all sides of that paragraph.
2222

23-
8. Change the `anchor` "hover" color to `green` and remove the underline (you have to actually hover the anchor to test it).
23+
8. Change the `anchor` **hover** color to `green` and remove the underline (you have to actually hover the anchor to test it).
2424

2525
## The result should be something like this:
2626

0 commit comments

Comments
 (0)