Two teams try and fill in any horizontal, vertical, or diagonal line on a bingo board by playing maps on osu!
osu.bingo
osu
1<script lang="ts">
2 export let href: string;
3</script>
4
5<a
6 {href}
7 class="relative block rounded p-2 uppercase transition after:absolute after:bottom-0 after:left-[50%] after:h-[2px] after:w-[0%] after:bg-purple-300 after:transition-all hover:bg-[rgba(0,0,0,0.5)] hover:after:left-[0%] hover:after:w-[100%]"
8>
9 <slot />
10</a>