保存进度!

This commit is contained in:
2023-01-30 18:02:13 +08:00
parent e2486d497f
commit b952cf7b99
55 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#app {
width: 100vw;
height: 100vh;
padding: 0px;
margin: 0px;
display: flex;
flex-direction: column;
}
#header {
flex-basis: 50px;
border: 1px solid red;
max-height: 50px;
}
#main {
flex-grow: 1;
border: 1px solid red;
}
#footer {
flex-basis: 100px;
max-height: 100px;
border: 1px solid red;
}