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

20 lines
263 B
Text
Raw Normal View History

2023-03-04 12:48:57 +00:00
---
---
<div>
Firq FGO Site
</div>
<style>
div {
display: flex;
width: 100%;
height: 10em;
background-color: grey;
text-align: center;
align-items: center;
justify-content: center;
}
</style>