• #dev 2022-10-07
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2022-10-07 UTC
# 13:51
@jh3yy
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)