Skip to content

Commit 700b1d1

Browse files
authored
Update README.md
1 parent bc1e92d commit 700b1d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/08-Rounded-Image/README.md

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

33
A lot of websites use rounded profile images, a technique that really makes a website more beautiful!
44

5-
The obvious way to 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:
5+
The obvious way to create a rounded profile picture is to create an image tag and apply `border-radius:100%`.
6+
7+
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:
68

79
![Example Image](../../.learn/assets/08-1.png?raw=true)
810

0 commit comments

Comments
 (0)