Browse Source

css cuz why not

pull/1/head
Ravi Shah 5 years ago
parent
commit
cf5f100e04
  1. 22
      www/css/styles.css

22
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;
}
Loading…
Cancel
Save