Cómo agregar un borde negro alrededor de texto CSS
h1 {
text-shadow: 1px 1px #ffffff;
}
Lamprey
h1 {
text-shadow: 1px 1px #ffffff;
}