You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/08-Rounded-Image/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The obvious way to create a rounded profile picture is to create an image tag an
10
10
11
11
1. Use `border-radius`.
12
12
13
-
2. Use the properties `width` and `height` to make the image square shaped.
13
+
2. Use the properties `width` and `height` to make the image a square shape.
14
14
15
15
3. In this case, in addition to `border-radius`, you will have to use the `object-fit` CSS property, [here is an explanation](https://www.loom.com/share/15186e456dfd4741887997af40325721).
0 commit comments