From f59ba2a1ad46928141d20c5988eafafe751f52ba Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 27 Oct 2018 20:28:59 -0400 Subject: Finally working on my website :D --- 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..bf65851 --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +body{ + font-family: 'Roboto', sans-serif, Arial; + background: #333; + color: white; +} -- cgit v1.2.3