Skip to content

Commit 7f0adc1

Browse files
authored
Update README.md
1 parent 97e79f0 commit 7f0adc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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. The background should be `orange` when not hovered, and `darkorange` on hover (`:hover`).
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)