Initial commit
This commit is contained in:
10
src/components/Intro.astro
Normal file
10
src/components/Intro.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
<img src="/assets/yay.svg" alt="Yay!" />
|
||||
|
||||
<style>
|
||||
img {
|
||||
@apply mx-auto w-2/3 mt-6
|
||||
}
|
||||
h1 {
|
||||
@apply w-full justify-center text-center text-3xl font-bold text-purple-600 py-10
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user