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 97e79f0 commit 7f0adc1Copy full SHA for 7f0adc1
exercises/13-Anchor-Like-Button/README.md
@@ -8,7 +8,7 @@ Anchors are not only used within text: when you are going to use anchors outside
8
9
2. Rounded borders: set `border-radius` to `4px`.
10
11
-3. The background should be `orange` when not hovered, and `darkorange` on hover (`:hover`).
+3. The `background` should be `orange` when not hovered, and `darkorange` on hover (`:hover`).
12
13
4. Remove underline: set `text-decoration` to `none`.
14
0 commit comments