We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92519aa commit d560a45Copy full SHA for d560a45
exercises/08-Rounded-Image/solution.hide.css
@@ -3,6 +3,7 @@ body {
3
}
4
.rounded {
5
object-fit: cover;
6
+ object-position: top;
7
width: 200px;
8
height: 200px;
9
border-radius: 100%;
0 commit comments