Gradient Underline Animation
Using a css background gradient and css animation this allows the animation of a link underline to carry across multiple lines. This previously would be achieved using the :pseudo elements. However doing this over multiple lines proved tricky.
Made with: HTML
Cool Hover Effect With Mix-Blend-Mode
This is cool because you don't need to change the color of the link on :hover. The mix-blend-mode in the ::after will invert it for you.
Made with: HTML
Links With Marginalia Notes
A second attempt to create an accessible and more fully-responsive version of the link style used in https://thecorrespondent.com
Made with: HTML
Link Highlight Hover/Click Effect
CSS background transition to add a highlight effect on hover/click of a link.
Made with: HTML
Text Underline Hover Effects
Quick experiments with :before & :after hover effects on single line elements.
Made with: HTML,CSS (PostCSS)