We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f0983 commit af5eebdCopy full SHA for af5eebd
exercises/13-Anchor-Like-Button/README.es.md
@@ -10,7 +10,7 @@ Sigue estos pasos para que tu enlace (`anchor`) se vea así:
10
11
2. Bordes redondeados: establece el `border-radius` en `4px`.
12
13
-3. El `background` debe ser de color `orange`, y cuando el ratón esté sobre el botón (`:hover`), el `background` debe ser `darkorange`
+3. El `background` debe ser de color `orange`, y cuando el ratón esté sobre el botón (`:hover`), el `background` debe ser `darkorange`.
14
15
4. Eliminar subrayado: establece `text-decoration` a `none`.
16
0 commit comments