File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
exercises/06-Practicing-Rules Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ tutorial: "https://www.youtube.com/watch?v=4wguurrl-lU"
8
8
9
9
1 . Set this URL as the background image of the page, and repeat it vertically only: ` ../../.learn/assets/background-vertical.jpg?raw=true `
10
10
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 ` .
12
12
13
13
3 . Change the color of ` h1 ` to ` red ` .
14
14
15
- 4 . Make all the ` h2's ` with an ` underline ` .
15
+ 4 . Make all the ` h2 ` have an ` underline ` .
16
16
17
17
5 . Add a ` left padding ` to the whole document of ` 20px ` to make it easier to read.
18
18
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).
20
20
21
21
7 . Then apply a ` padding ` of ` 5px ` to all sides of that paragraph.
22
22
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).
24
24
25
25
## The result should be something like this:
26
26
You can’t perform that action at this time.
0 commit comments