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