diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-06 18:50:11 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-06 18:50:11 -0800 |
commit | dbe51793ab920b9eff75f5fe4b5afda6f93fb6f8 (patch) | |
tree | 3c7cc75f8b0d5d5e3a1a36de03a8f542ff394ded | |
parent | d9aa0457084e0ba71866100ea06c8b40cd3870f5 (diff) |
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
-rw-r--r-- | styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ * { font-family: "Roboto", serif; font-weight: 300; + margin: 0px; } #top { |