pastebin skeleton
parent
a5464e19c9
commit
9a65b90a1b
@ -0,0 +1,30 @@
|
||||
body{
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.app{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #AAAACC;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.app > .top{
|
||||
height: 2rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.app > .main{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: start;
|
||||
}
|
Loading…
Reference in New Issue