Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css background image shown on top right

<style>
body {
  background-image: url("img_tree.png");
  background-repeat:no-repeat ;
  background-position:top right ;
}
</style>
 
PREVIOUS NEXT
Tagged: #css #background #image #shown #top
ADD COMMENT
Topic
Name
4+1 =