Untitled

 avatar
unknown
plain_text
a year ago
323 B
5
Indexable
body {
  overflow: hidden;
}

#container {
  position: relative;
  width: 600px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image {
  position: absolute;
  width: 50%;
  height: 50%;
  object-fit: cover;
  cursor: grab;
}

.image:active {
  cursor: grabbing;
}
Editor is loading...
Leave a Comment