diff --git a/src/pages/index.astro b/src/pages/index.astro index 1f0b6cc..07128d2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -22,6 +22,7 @@ import Card from '../components/Card.astro';
+
anons
@@ -70,6 +71,15 @@ import Card from '../components/Card.astro'; overflow: hidden; } + .gradient1 { + content: ''; + position: absolute; + width: 100%; + height: 100%; + background: radial-gradient(circle, transparent 50%, rgb(0, 0, 0)); + pointer-events: none; + } + .fading-image { max-width: 100vw; width: 100vw; @@ -205,7 +215,7 @@ import Card from '../components/Card.astro'; border: none; } - #enter-button { + #enter-button { background-image: url('/Ticket.svg'); width: 400px; height: 219px;