Answers for "how to crop right side of an image from a card in css"

CSS
0

style image so it crops

.alligator-turtle {
  object-fit: cover;
  object-position: 100% 0;

  width: 300px;
  height: 337px;
}
Posted by: Guest on July-15-2020

Code answers related to "how to crop right side of an image from a card in css"

Browse Popular Code Answers by Language