Skip to content

Commit 25dd6b6

Browse files
authored
Update README.md
1 parent bb33d6f commit 25dd6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Anchors are not only used within text- when you are going to use anchors outside
1616

1717
6. Set the color of the text to `white`.
1818

19-
*To make the button look different when the user hovers over with the mouse, we use the `:hover` selector: http://lmgtfy.com/?q=how+to+use+the+hover*
19+
*To make the button look different when the user hovers over with the mouse, we use the `:hover` selector: https://www.w3schools.com/cssref/sel_hover.php*
2020

2121
7. Inside of the `:hover` selector change the background of the button to `#cc7a00`.
2222

2323
## Expected result:
2424

25-
![Example Image](../../.learn/assets/13-1.gif?raw=true)
25+
![Example Image](../../.learn/assets/13-1.gif?raw=true)

0 commit comments

Comments
 (0)