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