2023-03-04 12:48:57 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
<div>
|
2023-03-06 20:08:36 +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>
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
2023-03-05 14:39:47 +00:00
|
|
|
height: 5em;
|
2023-03-05 20:58:01 +00:00
|
|
|
background-color: var(--c-gray);
|
2023-03-04 12:48:57 +00:00
|
|
|
text-align: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2023-03-04 20:25:00 +00:00
|
|
|
color: white;
|
|
|
|
font-size: 1.5em;
|
2023-03-04 12:48:57 +00:00
|
|
|
}
|
|
|
|
</style>
|