basic stuff

This commit is contained in:
Christian
2020-12-26 10:55:51 -05:00
commit dbd4740d86
2 changed files with 33 additions and 0 deletions

8
styles.css Normal file
View File

@@ -0,0 +1,8 @@
:root {
font-family: "Open Sans";
background-color: #31363b;
color: white;
width: 69vw;
margin: auto;
}
/* TODO: make it not bad */