From e59e40b57d4dd26b02a74e599c3379b23e148f40 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Fri, 23 Apr 2021 13:06:41 +0200 Subject: [PATCH] Update default style --- public/assets/css/default.css | 1 + public/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/assets/css/default.css diff --git a/public/assets/css/default.css b/public/assets/css/default.css new file mode 100644 index 0000000..5576f0c --- /dev/null +++ b/public/assets/css/default.css @@ -0,0 +1 @@ +*{box-sizing:border-box;margin:0;padding:0;} diff --git a/public/index.html b/public/index.html index 9f0719a..1442dc8 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ + KamilCraft.com