Animate parent (letter-spacing) on child (a) focus
Backstory I just practically finished creating my personal website (https://xan.lol) but upon using my keyboard to interact with navigation links on the homepage, I was saddened to see them not animate.
CSS QuestionMore in-depth I have a link (
a
a
) that's animated from it's parent (
#homelinks li
#homelinks li
). When focused (
:focus
:focus
) on by a keyboard, how can I animate the list item?