RT jhey 🔨🐻✨
Not the easiest thing to make with HTML and CSS though 🤔
But. It's doable! ⚡️
Responsive too.
Trick is layering some pseudo-elements and using set border-radius based on "ch" 🤓
span:after {
content: "";
position: absolute;
inset: 0.25ch;
}
@CodePen link below! 👇
Zander Whitehurst: 🔤 Animating stretchy text in @figma,
supafast