2023-03-04 12:48:57 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<div>
|
2023-03-09 10:44:18 +00:00
|
|
|
This is still a work in progress and continuously expanded. Feel free to look
|
|
|
|
around.
|
|
|
|
<slot />
|
2023-03-04 12:48:57 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<style>
|
2023-03-09 10:44:18 +00:00
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
height: 5em;
|
|
|
|
background-color: var(--c-gray);
|
|
|
|
text-align: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
color: white;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
</style>
|