mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 21:10:32 +01:00
December update The Missile
This commit is contained in:
parent
3f832124fd
commit
c1c2c35211
9 changed files with 101 additions and 35 deletions
36
20251215.css
Normal file
36
20251215.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue