added multiple line support

This commit is contained in:
Yannik
2023-05-26 16:33:18 +02:00
parent 473ebbcc93
commit 2bb288b827
3 changed files with 35 additions and 10 deletions

View File

@@ -8,16 +8,25 @@ body {
background-color: black;
color: white;
text-align: center;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: pixel-font;
}
.thx-for-playing {
z-index: -1;
font-size: 50px;
top: 45%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
#bubble {
font-family: pixel-font;
text-align: left;
font-size: 30px;
border-width: 5px;
border-style: solid;
border-color: white;
background-color: black;
padding: 30px;
margin: 0;
position: absolute;
@@ -28,7 +37,7 @@ body {
transform: translate(-50%, -50%);
}
.triangle {
#triangle {
fill: #fff;
position: absolute;
right: 17%;