make ui build with react-scripts

This commit is contained in:
David Christofas
2022-07-04 14:38:59 +02:00
parent 5ad306e8c1
commit 56f8fc510f
108 changed files with 1207 additions and 2724 deletions
+17
View File
@@ -0,0 +1,17 @@
/* not so fancy background */
#bg {
background-color: white;
}
#bg > div {
position: fixed;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url(./images/background.jpg);
z-index: 0;
}