Answers for "css code to show full image in box"

CSS
0

how to cover full image in css

body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
Posted by: Guest on March-03-2020
-1

how to many image fullscreen in css

<img src="images/bg.jpg" id="bg" alt="">
Posted by: Guest on September-26-2021

Browse Popular Code Answers by Language