22 lines
393 B
Text
22 lines
393 B
Text
---
|
|
---
|
|
|
|
<div>
|
|
This is still a work in progress and continuously expanded. Feel free to look
|
|
around.
|
|
<slot />
|
|
</div>
|
|
|
|
<style>
|
|
div {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 5em;
|
|
background-color: var(--c-secondary-background);
|
|
text-align: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: var(--c-primary-text);
|
|
font-size: 1.5em;
|
|
}
|
|
</style>
|