Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text shadow effect

//offset 2px right and down with a 5px defusion of gray
h1 {
  text-shadow: 2px 2px 5px gray;
}
 
PREVIOUS NEXT
Tagged: #text #shadow #effect
ADD COMMENT
Topic
Name
6+6 =