From 03528a25215330d3b00cabdb1bbe7ce701e1bfeb Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 6 Jul 2024 20:16:48 -0500 Subject: implement level loading animation --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index fb4fec7..41f7ffd 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,10 @@ body { font-size: 24px; } +.bordered { + border: 2px solid white; +} + h1 { font-size: 32px; } -- cgit v1.2.1