oop
This commit is contained in:
parent
0cb6f052fe
commit
2aa8c1af69
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
body {
|
body {
|
||||||
background: #eaeaea;
|
background: #fab387;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: monospace;
|
font-family: serif;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -36,7 +36,7 @@ body {
|
||||||
|
|
||||||
#prompt {
|
#prompt {
|
||||||
padding: 2vw;
|
padding: 2vw;
|
||||||
background: #303030
|
background: #33331b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fadeout {
|
.fadeout {
|
||||||
|
@ -61,7 +61,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#stickers {
|
#stickers {
|
||||||
border-top: 1px solid black;
|
border-top: 10px solid black;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
flex-grow: 100;
|
flex-grow: 100;
|
||||||
|
|
Loading…
Add table
Reference in a new issue