2022-10-07 UTC
# CSS Tip! ✨ You could use :has() combined with sibling combinators and other things to build a working 3D CSS Connect 4 🤓 .col:has([row=p-1]:checked) + ... .col:has([row=p-1]:checked) ~ .result
{ --win: 1; --winner: var(--p); }
Demo link below! 👇 https://twitter.com/jh3yy/status/1578158670562865152/video/1 ( twitter.com/_/status/1578158670562865152)