redesign progress
This commit is contained in:
parent
c98c43100e
commit
a5521b479e
4 changed files with 119 additions and 0 deletions
src/components
20
src/components/hero.astro
Normal file
20
src/components/hero.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue