From 2dfa25d9ac9358d2bade1f164d5650bded678de7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 24 Oct 2025 23:01:54 +0500 Subject: initial commit --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..a068d89 --- /dev/null +++ b/static/style.css @@ -0,0 +1,4 @@ +* { + padding: 0; + margin: 0; +} \ No newline at end of file -- cgit v1.2.3