From 21c629dc2074bbfc66d13860ec642f67667122b6 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sat, 16 Feb 2019 17:40:20 +0100 Subject: [PATCH] add stylesheets --- index.html | 1 + style.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index a99757e..2ba61ff 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ Meeeeow + diff --git a/style.css b/style.css new file mode 100644 index 0000000..76ad7e1 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body { + font-size: 2em; +}