From dbe51793ab920b9eff75f5fe4b5afda6f93fb6f8 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Thu, 6 Feb 2025 18:50:11 -0800 Subject: Set default margin to 0 Set default margin to 0 in order to remove white border from top-most elements, suchas as #top, #quote, and #bottom --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index c281bf0..8a2db50 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,7 @@ * { font-family: "Roboto", serif; font-weight: 300; + margin: 0px; } #top { -- cgit v1.2.3