Answers for "background image css right"

CSS
1

css align backround image to the right

.right-align-background {
    background-position: center right;
}
Posted by: Guest on January-04-2020
0

css background image shown on top right

<style>
body {
  background-image: url("img_tree.png");
  background-repeat:no-repeat ;
  background-position:top right ;
}
</style>
Posted by: Guest on April-25-2022

Browse Popular Code Answers by Language