firq-dev-website/src/components/hero.astro

22 lines
387 B
Text
Raw Normal View History

2023-03-04 12:48:57 +00:00
---
---
<div>
This is still a work in progress and continuously expanded. Feel free to look around.
2023-03-04 12:48:57 +00:00
</div>
<style>
div {
display: flex;
width: 100%;
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;
color: white;
font-size: 1.5em;
2023-03-04 12:48:57 +00:00
}
</style>