Initial commit
This commit is contained in:
38
src/App.css
Normal file
38
src/App.css
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user