December update The Missile

This commit is contained in:
Isaac Greene 2025-12-15 04:52:23 -05:00
parent 3f832124fd
commit c1c2c35211
Signed by: isaac
SSH key fingerprint: SHA256:Jr4CSXfwzXSuwhYRd3vX12Wt/v8vkvq0hOJ0NLwubH8
9 changed files with 101 additions and 35 deletions

36
20251215.css Normal file
View file

@ -0,0 +1,36 @@
@font-face {
font-family: "SUSE Mono";
font-weight: normal;
font-style: normal;
src: url("https://cdn.isaac.run/brand/carattere/SUSEMono-Medium.woff2") format("woff2");
}
html {
font-family: "SUSE Mono";
background-color: #D2EAF1;
}
.cards {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.card {
border: 2px solid black;
border-radius: 10px;
box-sizing: border-box;
flex-basis: 100%;
overflow: hidden;
margin: 10px 0;
padding: 5px;
word-break: break-all;
}
.even {
align: right;
}
.odd {
align: left;
}