From 03922fb43c9c972feba0eb5c2d27d8cb06ef67df Mon Sep 17 00:00:00 2001 From: Istiaque Ahmed Date: Thu, 29 Aug 2024 13:53:09 +0600 Subject: [PATCH] Create Styling Create styling for the app --- style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..55ce750 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body{ + margin: 0; + padding: 0; +} \ No newline at end of file