From 953f3d397fec25d13bdd8e0989e76da2b53c44aa Mon Sep 17 00:00:00 2001 From: g1n Date: Fri, 4 Jun 2021 04:21:51 -0400 Subject: [PATCH] Add styles file --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..4ccac70 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +body { + background:#1c1c1c; + color:#a7d129; +} +div { + padding:5px; + width:100%; + max-width:874px; + margin:24px auto; +} +hr{ + color:#32302f; +} +ul{ + list-style: none; +} +li{ + color:#81b214; +} +a{ + text-decoration:none; + color:#9ede73; +}