initial migration

This commit is contained in:
2022-12-15 20:04:18 -03:00
parent e8268c80e1
commit bfd1235fce
16 changed files with 522 additions and 0 deletions

21
public/css/global.css Normal file
View File

@@ -0,0 +1,21 @@
html, body {
margin: 0;
padding: 0;
}
body {
margin: 0vh 3vw;
font-family: 'Be Vietnam Pro', sans-serif;
}
#beta-banner {
background-color: #F38181;
color: #393E46;
padding: 2vh 0.5vw;
margin: 0px -3vw;
}
#beta-banner p {
margin: 0;
}