Answers for "background -position fixed"

CSS
5

how to make fixed background image in css

body {
  background-image: url("img_tree.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
Posted by: Guest on February-16-2021
0

background position

body {
  background-position: center;
}
Posted by: Guest on February-27-2022

Browse Popular Code Answers by Language