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"
88
991 . 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
13133 . 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
17175 . 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
21217 . 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
You can’t perform that action at this time.
0 commit comments