Reading
I don't know the right way to talk about burnout, but here we go.
x.comHelping build a developer community was not something I ever planned on doing. It kind of just... happened. And it's wonderful. It's a privilege to be part of a community that cares. To share any feedback, good… — Lee Robinson (@leeerob)CSS Trick ✨
x.comYou can create this glitch hover effect by animating pseudoelement content 🎬 button:hover span:after { animation: flip 0.2s calc(var(--i) * 0.05s); } @keyframes flip { 20% { content: '_'; } 40% { content: var(--c1); } 60% { content: var(--c2); } } It's a funky… — jhey ▲🐻🎈 (@jh3yy)That's all for now. Come back later for more.