From 0f1b7569e5a81b51b5d4b4963da700f70d4f128d Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Sun, 10 Oct 2021 10:04:10 +0200 Subject: [PATCH] Added text border --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index b6d24f4..34824bf 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,7 @@ body { } * { + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; font-family: Helvetica, Arial, sans-serif; color: white; }