From 300b7bb21e9a862b7c350d03651c53cc7758daa0 Mon Sep 17 00:00:00 2001 From: pradoshKumar <33890313+pradoshKumar@users.noreply.github.com> Date: Thu, 2 May 2019 19:06:27 +0530 Subject: [PATCH] Create global.css --- global.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 global.css diff --git a/global.css b/global.css new file mode 100644 index 000000000..67ce83e4d --- /dev/null +++ b/global.css @@ -0,0 +1,3 @@ +body { + background: red; +}