redesign progress

This commit is contained in:
Firq 2023-03-04 13:48:57 +01:00
parent c98c43100e
commit a5521b479e
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 119 additions and 0 deletions
src/components

20
src/components/hero.astro Normal file
View file

@ -0,0 +1,20 @@
---
---
<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>