background-size the height property is not working why?
body{
background-image: url("images/1.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 50px 50px;
}
background-size the height property is not working why?
body{
background-image: url("images/1.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 50px 50px;
}
Copyright © 2021 Jogjafile Inc.
Try this;
Maybe it'll fix the problem (: