From 2038ddc617f5cf6cb639d8c468fca688cfa64ab9 Mon Sep 17 00:00:00 2001 From: wlkjyy Date: Sat, 4 Jan 2025 18:57:59 +0800 Subject: [PATCH] update default style --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style.css b/src/style.css index e69de29..cca57b3 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,5 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +}