core: add foundations of idea

This commit is contained in:
Trianta
2024-12-09 21:04:28 -06:00
parent cb669ae425
commit 68e386fade
2 changed files with 39 additions and 23 deletions
+8
View File
@@ -39,6 +39,14 @@ canvas {
background: #003161;
}
.cardLeft {
display: inline-block;
}
.cardRight {
display: inline-block;
}
#navigation {
text-align: right;
padding: 6px;