Answers for "how to align an image with its background css"

CSS
1

css align backround image to the right

.right-align-background {
    background-position: center right;
}
Posted by: Guest on January-04-2020
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 align an image with its background css"

Browse Popular Code Answers by Language