File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exercises/06-Practicing-Rules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
1 . Establece esta URL como la imagen de fondo de la página y repítela solo verticalmente: ` ../../.learn/assets/background-vertical.jpg?raw=true `
6
6
7
- 2 . Cambia el tipo de fuente (` font-type ` ) del ` h1 ` a ` Courier ` y el resto del sitio web a ` Times New Roman ` .
7
+ 2 . Cambia el tipo de fuente (` font-family ` ) del ` h1 ` a ` Courier ` y el resto del sitio web a ` Times New Roman ` .
8
8
9
9
3 . Cambia el color del ` h1 ` a rojo(` red ` ).
10
10
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ 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-type 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
You can’t perform that action at this time.
0 commit comments