Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add background in text

// Making text background image
<h1>css animation</h1>
<style>
h1{
  background:url(image.jpg);
  -webkit-background-clip:text;
  color:transparent;
}
</style>
 
PREVIOUS NEXT
Tagged: #add #background #text
ADD COMMENT
Topic
Name
1+6 =