File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exercises/13-Anchor-Like-Button Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Siga estos pasos para que tu enlace (`anchor`) se vea así:
10
10
11
11
2 . Bordes redondeados: establece el ` border-radius ` en ` 4px ` .
12
12
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 `
14
14
15
15
4 . Eliminar subrayado: establece ` text-decoration ` a ` none ` .
16
16
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Anchors are not only used within text- when you are going to use anchors outside
8
8
9
9
2 . Rounded borders: Set ` border-radius ` to ` 4px ` .
10
10
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 ` ) .
12
12
13
13
4 . Remove underline: Set ` text-decoration ` to ` none ` .
14
14
You can’t perform that action at this time.
0 commit comments