Answers for "how to center a background in css"

CSS
0

background center

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

Code answers related to "how to center a background in css"

Browse Popular Code Answers by Language