From 7ce566bca67ce6627355c4c5109ed02a844441f2 Mon Sep 17 00:00:00 2001 From: Nayab W <42422512+nayabw@users.noreply.github.com> Date: Thu, 18 Oct 2018 21:42:47 -0500 Subject: Create style.css --- style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..da83f58 --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +body{ + font-family: roboto; + background: #333; + color: white +} -- cgit v1.2.3