Initial commit

This commit is contained in:
2025-01-22 08:26:41 +01:00
parent 686150cd11
commit 0cddbeb253
14 changed files with 382 additions and 0 deletions

38
src/App.css Normal file
View File

@@ -0,0 +1,38 @@
body {
background-color: #ffcc00;
color: black;
}
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
.read-the-docs {
color: #444;
}
h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.dragbox {
display: flex;
flex-direction: column;
flex-basis: 0;
flex-grow: 1;
position: relative;
height: 100%;
}
.box {
min-width: 30%;
padding: 4px;
margin: 4px;
border-style: solid;
border-color: black;
}