Answers for "set background image center with css"

CSS
0

center background image in css

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

Code answers related to "set background image center with css"

Browse Popular Code Answers by Language