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
Copy file name to clipboardExpand all lines: exercises/06-Practicing-Rules/README.es.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@
10
10
11
11
4. Haz todos los `h2` tengan subrayado.
12
12
13
-
5.Centra el `h1`.
13
+
5.Agrega un `left padding` a todo el documento de `20px` para que sea más fácil de leer.
14
14
15
-
6. Agrega un `left padding` a todo el documento de `20px`para que sea más fácil de leer.
15
+
6. Agrega un fondo blanco semitransparente (`semi-transparent background 0.2`) al primer párrafo de "3 reasons you know you are learning" para que sea más fácil de leer (tienes que usar `rgba` para esto).
16
16
17
-
7.Agrega un fondo blanco semitransparente (`semi-transparent background 0.2`) al primer párrafo de "3 reasons you know you are learning" para que sea más fácil de leer (tienes que usar `rgba` para esto), y luego aplica un `padding` de `5px` a todos los lados de ese párrafo.
17
+
7.Luego aplica un `padding` de `5px` a todos los lados de ese párrafo.
18
18
19
19
8. Cambia el color del `anchor` "hover" a verde (`green`) y elimina el subrayado (tienes que colocar el anchor para probarlo).
5.Add a `left padding` to the whole document of `20px` to make it easier to read.
18
18
19
-
6. Add a `left padding` to the whole document of `20px` to make it easier to read.
19
+
6. 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".
20
20
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.
21
+
7. Then apply a `padding` of `5px` to all sides of that paragraph.
22
22
23
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