Added first mock design and CAS tests
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user