Files
sukr/src/components/Intro.astro
Timothy DeHerrera 14079f0511 Initial commit
2022-11-01 15:18:00 -06:00

11 lines
212 B
Plaintext

<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>