Two teams try and fill in any horizontal, vertical, or diagonal line on a bingo board by playing maps on osu! osu.bingo
osu
at microservice 11 lines 184 B view raw
1<script> 2 export let width = 1.5; 3</script> 4 5<div class="mx-1 h-full" style="--w: {width}px"></div> 6 7<style> 8 div { 9 border-left: solid var(--w) rgba(255, 255, 255, 0.3); 10 } 11</style>