From baff018114a07330416699953586b4ad58f1d35b Mon Sep 17 00:00:00 2001 From: Istiaque Ahmed Date: Thu, 29 Aug 2024 13:05:44 +0600 Subject: [PATCH] Create Stying Create styling for the eapp --- 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..27ffd32 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body{ + padding: 0; + margin: 0; +} \ No newline at end of file