Skip to content

Instantly share code, notes, and snippets.

@dpfrakes
Created August 9, 2019 13:19
Show Gist options
  • Save dpfrakes/d7d639ed7fc826973e6f1c64326bf72d to your computer and use it in GitHub Desktop.
Save dpfrakes/d7d639ed7fc826973e6f1c64326bf72d to your computer and use it in GitHub Desktop.
a {
background: linear-gradient(90deg, blue 100%, blue 0);
background-position: center 85%;
background-size: 0 2px;
background-repeat: no-repeat;
transition: color 200ms ease-in-out, background 200ms linear;
padding-bottom: 0.5rem;
}
a:hover {
background-size: 100% 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment