22 lines
387 B
Text
22 lines
387 B
Text
---
|
|
|
|
---
|
|
|
|
<div>
|
|
This is still a work in progress and continuously expanded. Feel free to look around.
|
|
</div>
|
|
|
|
|
|
<style>
|
|
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> |