From cf5f100e047843353e124de32748e4b55c406e68 Mon Sep 17 00:00:00 2001 From: rav4s Date: Thu, 1 Apr 2021 00:04:04 -0500 Subject: [PATCH] css cuz why not --- www/css/styles.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 www/css/styles.css diff --git a/www/css/styles.css b/www/css/styles.css new file mode 100644 index 0000000..b835c16 --- /dev/null +++ b/www/css/styles.css @@ -0,0 +1,22 @@ +* { + box-sizing: border-box; +} + +html { + height: 100%; +} + +body { + margin: 0; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; + height: 100%; +} + +h1 { + all: initial; +} + +h1 { + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; + font-size: 23.5px; +}