React initial commit

This commit is contained in:
2022-04-14 22:25:44 -03:00
parent 16b2253880
commit 38f97e1acc
22 changed files with 169 additions and 420 deletions

View File

@@ -1,21 +0,0 @@
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;
}