Answers for "crop image from top css"

CSS
3

how to crop images in css

img{
	object-fit: cover;
}
Posted by: Guest on December-23-2020
0

trim background image css

.tiledBackground {
  background-image: url(https://www.mozilla.org/media/img/logos/firefox/logo-quantum.9c5e96634f92.png);
  background-size: 150px;
  width: 300px;
  height: 300px;
  border: 2px solid;
  color: pink;
}
Posted by: Guest on November-11-2020

Browse Popular Code Answers by Language