Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css how to add double shadow to text

p{
  text-shadow: 2px 2px 2px #ff0000, 4px 4px 2px #00ff00;
}
 
PREVIOUS NEXT
Tagged: #css #add #double #shadow #text
ADD COMMENT
Topic
Name
9+5 =