extract css

This commit is contained in:
David Allemang
2026-07-07 10:38:10 -04:00
parent 3360edae43
commit 668e1bcf69
7 changed files with 469 additions and 307 deletions

22
style.css Normal file
View File

@@ -0,0 +1,22 @@
body {
background: #222;
color: #eee;
font-family: sans-serif;
}
main {
width: 80ch;
margin-inline: auto;
}
.grid-2col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
#atlas-container {
position: absolute;
right: 0;
top: 0;
}