CSS Cómo agregar doble sombra al texto
p{
text-shadow: 2px 2px 2px #ff0000, 4px 4px 2px #00ff00;
}
Annoying Anaconda
p{
text-shadow: 2px 2px 2px #ff0000, 4px 4px 2px #00ff00;
}