Skip to content

Commit 5b875d6

Browse files
authored
Update README.md
1 parent edd45ca commit 5b875d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/09-Anchor-Styles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
People like to feel that they are clicking on something, a great approach to accomplish that is by faking a 3D effect. To do so, designers normally play with the borders. Example:
44

5-
![Example Image](http://i.imgur.com/kLPzBXc.png)
5+
![Example Image](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/.learn/assets/09-1.png?raw=true)
66

77
You can control what css rules apply to each state of an anchor by using the ":hover" (for mouse hover) or ":active" (for mouse pressing) selectors, example:
88

0 commit comments

Comments
 (0)