Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background behind image css

<!-- background : <background-image> <background-position> <background-size> <background-repeat> <background-attachment> <background-origin> <background-clip> <background-color> -->
<!-- For a gif with a black background -->
background: url(http://*URL of gif*) no-repeat 50% 50% black;
 
PREVIOUS NEXT
Tagged: #background #image #css
ADD COMMENT
Topic
Name
8+7 =