Answers for "howt to original image on background css"

CSS
4

howt to original image on background css

html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
Posted by: Guest on March-06-2020

Code answers related to "howt to original image on background css"

Browse Popular Code Answers by Language