Added first mock design and CAS tests

This commit is contained in:
Kevin FEDYNA
2024-12-02 14:21:07 +01:00
parent a5f4a0458f
commit b3fbe6b6c8
8 changed files with 273 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
section#main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background-color: light-dark(var(--light-background-color-ui), var(--dark-background-color-ui));
padding: 2em;
font-size: 2em;
border-radius: 0.5em;
z-index: 999;
}