Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

How to specify that the background image should be shown once, in the top right corner.

body {
  background-image: url("img_tree.png");
  background-repeat: no-repeat;
  background-position: top right;
}
 
PREVIOUS NEXT
Tagged: #How #background #image #shown #top
ADD COMMENT
Topic
Name
2+7 =