Answers for "fit the image full to background css"

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 cover full background with css

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

Code answers related to "fit the image full to background css"

Browse Popular Code Answers by Language