Skip to content

Commit 4328860

Browse files
committed
Gave user specific colors to use
1 parent 2a3353c commit 4328860

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/13-Anchor-Like-Button/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Siga estos pasos para que tu enlace (`anchor`) se vea así:
1010

1111
2. Bordes redondeados: establece el `border-radius` en `4px`.
1212

13-
3. Encuentra y aplica el color: usa el selector de `color` (color picker) para encontrar el color exacto y aplicárselo al `background`.
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`
1414

1515
4. Eliminar subrayado: establece `text-decoration` a `none`.
1616

exercises/13-Anchor-Like-Button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Anchors are not only used within text- when you are going to use anchors outside
88

99
2. Rounded borders: Set `border-radius` to `4px`.
1010

11-
3. Find and apply the color: Use the color picker to find the color and apply make the background to that color.
11+
3. The background should be `orange` when not hovered, and `darkorange` on hover (`:hover`).
1212

1313
4. Remove underline: Set `text-decoration` to `none`.
1414

0 commit comments

Comments
 (0)