So fügen Sie einen schwarzen Rand um Text CSS hinzu
h1 {
text-shadow: 1px 1px #ffffff;
}
Lamprey
h1 {
text-shadow: 1px 1px #ffffff;
}