Skip to content

Commit d197b42

Browse files
authored
Update README.md
1 parent 5276afb commit d197b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/08-Rounded-Image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A lot of websites use rounded profile images, a technique that really makes a we
44

55
The obvious way create a rounded profile picture is to create an image tag and apply border-radius:100%. The problem with this approach, is that it only works for squared pictures... profile pictures with different height and width will not look like a circle, they will look like ovals:
66

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

99
## 📝 Instructions:
1010

0 commit comments

Comments
 (0)