Initial commit

This commit is contained in:
2026-01-01 00:15:52 -05:00
commit d4a5c1d480
5 changed files with 388 additions and 0 deletions

42
res/style.css Normal file
View File

@@ -0,0 +1,42 @@
.attention {
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
}
body {
margin: 0;
padding: 0 5vw 0 5vw;
font-family: "DM Sans", sans-serif;
-webkit-font-smoothing: antialiased;
background: #12db9f;
background: linear-gradient(180deg,rgba(18, 219, 159, 1) 0%, rgba(87, 184, 199, 1) 79%);
color: white;
}
.column-display {
display: flex;
flex-direction: column;
text-align: center;
}
.break {
color: white;
opacity: 50%;
width: 75vw;
}
.emoji-line-center {
padding: 15px;
display: flex;
align-items: center;
font-size: 3vw;
}
.emoji {
width: 128px;
}