Sublime
An inspiration engine for ideas
Directional aware CSS button :hover w/ lh, text-shadow, and linear()
button:has(span:nth-of-type(2):hover) { --y: -1lh; }
button span:first-of-type {
translate: 0 var(--y);
transition: translate .875s var(--spring);
text-shadow: 0 1lh currentColor, 0 -1lh cur... See more
jhey ʕ•ᴥ•ʔx.comGuys, I found it.
A <Markdown /> component that smooths out stream's jankiness.
https://t.co/lYzvcOJPAV
Rafal Wilinskix.comCSS Tip! ✨
It's 2024 and you have a new way to make animated borders 🚀
.glow::after {
offset-path: rect(0 100% 100% 0 round var(--radius));
animation: loop;
}
@keyframes loop { to { offset-distance: 100%; }}
___LINEBREAK... See more
jhey ʕ•ᴥ•ʔx.com