Created
July 6, 2017 19:49
-
-
Save meddokss/6ff8e5280ca485a2aa625d2eb111bfbb to your computer and use it in GitHub Desktop.
HoverForLink
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a:after{ | |
content: ''; | |
position: absolute; | |
left: 50%; | |
bottom: 4px; | |
right: 50%; | |
margin: 0 10px; | |
background: #f16522; | |
-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); | |
-moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); | |
-ms-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); | |
-o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); | |
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment