Answers for "css text inner shadow"

CSS
2

css how to add double shadow to text

p{
  text-shadow: 2px 2px 2px #ff0000, 4px 4px 2px #00ff00;
}
Posted by: Guest on March-26-2020
0

change text shadow javascript

document.getElementById("id").style.textShadow = "new";
Posted by: Guest on October-19-2020

Browse Popular Code Answers by Language