Answers for "how to cakground to fit my my img inside a container css"

2

is there an img cover

body {
  margin: 0;
}
img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
Posted by: Guest on February-26-2020

Code answers related to "how to cakground to fit my my img inside a container css"

Browse Popular Code Answers by Language