RT jhey 🔨🐻✨
Future CSS Tip! 🔮
You could combine anchor positioning + :has to create this kinda iPad style follow effect ✨
[href=blog]{anchor-name:--bl;}
:root:has([href=blog]:hover){--a: --bl;}
.cursor{left:anchor(var(--a) left);}
You can transition anchors! 😎
@CodePen link below! 👇 https://t.co/PvF9cRE0SZ