From f69979b136f63d235b5cf51b05480b5aba1e59f9 Mon Sep 17 00:00:00 2001 From: Prajwal H J Date: Thu, 2 May 2019 14:55:25 +0530 Subject: [PATCH] Create style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 000000000..24278fe8f --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +html,body { +background:green; +}