Answers for "how to make a image fill a div"

0

fill image in div

img {
  width: 200px;
  height: 
  300px;
  object-fit: cover;
}
Posted by: Guest on August-23-2021

Code answers related to "how to make a image fill a div"

Browse Popular Code Answers by Language