Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css shadow

/*Multi layers shadow for the TEXT*/
.YourTextClassName {
  color: #53BAC1;
  text-shadow: 10px 10px 0px #DC4530, 20px 20px 0px #FDC52D; 
  font-size: 120px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight:900;
  -webkit-text-stroke:5px black;
} 
 
PREVIOUS NEXT
Tagged: #css #shadow
ADD COMMENT
Topic
Name
3+2 =