Implement score

This commit is contained in:
Dennis Schoepf 2021-08-02 22:46:48 +02:00
parent dadcdc92ef
commit 0c542da265
7 changed files with 85 additions and 5 deletions

View file

@ -86,6 +86,7 @@ textarea {
right: 40px;
display: flex;
justify-content: flex-end;
align-items: center;
#companion {
position: relative;
@ -197,6 +198,25 @@ textarea {
}
}
#score {
display: none;
position: absolute;
left: 0;
align-items: flex-end;
color: #b0b7bf;
font-size: 32px;
#score-found {
font-size: 60px;
font-weight: bold;
}
#score-divider {
font-size: 42px;
align-self: flex-end;
}
}
#info-message {
display: none;
position: fixed;