added multiple line support
This commit is contained in:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user