From 22a12a7cc282dfd54c725d08b243c4c40a31ea13 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Fri, 25 Jun 2021 02:42:41 -0400 Subject: [PATCH] Add CSS --- assets/style.css | 4 ++++ index.html | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 assets/style.css diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..c49567f --- /dev/null +++ b/assets/style.css @@ -0,0 +1,4 @@ +body { + font-family: 'Roboto', sans-serif; + background-color: #EFEFEF; +} \ No newline at end of file diff --git a/index.html b/index.html index 3cbfac9..21fcded 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,12 @@ +
+