
Shobha
The best way to predict the future is to invent it
How does the object-position property work?
The object-position property defines how content within a replaced element (e.g., images, videos) is aligned inside its container. For example:
img {
object-position: top left;
}
img {
object-position: top left;
}