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
1. Set this URL as the background image of the page, and repeat it vertically only: `../../.learn/assets/background-vertical.jpg?raw=true`
11
10
12
-
2. Change the font-type of the `h1` to `Courier`
13
-
and the rest of the website to `Times new Roman`.
11
+
2. Change the font-type of the `h1` to `Courier` and the rest of the website to `Times new Roman`.
14
12
15
13
3. Change the color of `h1` to `red`.
16
14
17
15
4. Make all the `h2's` with an `underline`.
18
16
19
17
5. Center the `h1` to the middle.
20
18
21
-
6. Add a `left padding` to the whole document
22
-
of `20px` to make it easier to read.
19
+
6. Add a `left padding` to the whole document of `20px` to make it easier to read.
23
20
24
21
7. Add a white `semi-transparent background (0.2)` to the `first paragraph` to make it easier to read (you have tu use rgba for that) and write down "3 reasons you know you are learning". Then apply a `padding` of `5px` to all sides of that paragraph.
25
22
26
23
8. Change the `anchor` "hover" color to `green` and remove the underline (you have to actually hover the anchor to test it).
0 commit comments