Answers for "how to make image fit screen css"

CSS
3

html background image fit to screen

body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
Posted by: Guest on May-11-2020
-1

how to many image fullscreen in css

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

Code answers related to "how to make image fit screen css"

Browse Popular Code Answers by Language