firq-dev-website/src/components/hero.astro
Firq 34e24346d1
Some checks failed
/ get-version (push) Successful in 3s
/ astro-check (push) Failing after 9s
/ checking (push) Failing after 8s
/ create-release (push) Has been skipped
/ check-tag (push) Successful in 2s
/ build-site (push) Has been skipped
/ auto-deploy-dockge (push) Has been skipped
/ run-unlighthouse (push) Has been skipped
Colors and other stuff
2024-10-24 18:52:33 +02:00

23 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>