Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Background image and position CSS

div {
  background-image: url("alert.png");
  background-position: 20px 10px;
  background-repeat: no-repeat;
}
Source by learn.shayhowe.com #
 
PREVIOUS NEXT
Tagged: #Background #image #position #CSS
ADD COMMENT
Topic
Name
2+4 =