Answers for "how to add background image in body center"

CSS
0

how to center background image in css

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

Code answers related to "how to add background image in body center"

Browse Popular Code Answers by Language