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; +}