Skip to content

Instantly share code, notes, and snippets.

@ChristopherDosin
Created May 1, 2015 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristopherDosin/b9552171636b326e2628 to your computer and use it in GitHub Desktop.
Save ChristopherDosin/b9552171636b326e2628 to your computer and use it in GitHub Desktop.
pages - animated button btn-animated with text both on the one and second side
.btn-animated:before {
content: attr(data-pages-button-text);
}
<button type="button" class="btn btn-primary btn-cons btn-animated from-left " data-pages-button-text="Hover Text">
<span>Follow us</span>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment