Skip to content

Commit cf58c82

Browse files
Merge pull request 4GeeksAcademy#40 from ElviraQDP/ex4.3
Ex4.3
2 parents 073f773 + ee54c5c commit cf58c82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exercises/04.3-id-Selector/README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ También puedes seleccionar un elemento por su `#id` y aplicarle estilos.
1212

1313
Usa la propiedad `id` del elemento HTML para seleccionarlo. Los `id` deben ser únicos, solo un elemento puede tener la misma `id`.
1414

15-
*La etiqueta HTML con `id="my_number_one"` tendrá un font-size de `9px`.*
15+
*La etiqueta HTML con `id="small"` tendrá un font-size de `9px`.*
1616

1717
## 📝 Instrucciones:
1818

19-
Añade el id `button1` a la etiqueta `<span>` y compila para ver el resultado en la consola.
19+
1. Añade el id `button1` a la etiqueta `<span>` y compila para ver el resultado en la consola.
2020

2121

exercises/04.3-id-Selector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ You can also select an element by `#id` and apply stiles to it.
1616

1717
Use the `id` property of the HTML element to select it. `Ids` should be unique, only one element must have the same ìd`.
1818

19-
*The html tag with the `id="my_number_one"` will have a font-size of `9px`.*
19+
*The html tag with the `id="small"` will have a font-size of `9px`.*
2020

2121
## 📝 Instructions:
2222

23-
Add the id `button1` on to the `<span>` tag and compile to check the result on the console.
23+
1. Add the id `button1` on to the `<span>` tag and compile to check the result on the console.

0 commit comments

Comments
 (0)