Answers for "how to resize img in css"

CSS
0

how to resize img in css

.whatever {
  width: 500px;
  height: 400px;
  background-image: url('myurl.jpg');
  background-size: cover;
}
Posted by: Guest on January-16-2022

Browse Popular Code Answers by Language