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.es.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ La forma obvia de crear una imagen de perfil redondeada es crear una etiqueta de
10
10
11
11
Adicionalmente a border-radius tenemos que tambien utilizar la propiedad `object-fit`, [aqui hay una explicación](https://www.loom.com/share/15186e456dfd4741887997af40325721).
12
12
13
-
Si la es mas grande que el div y quieres centrarla o enfocarte en una zona en particular puedes utilizar `object-position`.
13
+
Si la imagen es mas grande que el div y quieres centrarla o enfocarte en una zona en particular puedes utilizar `object-position`.
14
14
15
15
En este articulo puedes leer más [sobre la propiedad object fit](https://css-tricks.com/on-object-fit-and-object-position/)
0 commit comments