Skip to content

Instantly share code, notes, and snippets.

@mahangu
Created December 8, 2016 02:58
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 mahangu/afa44185a98e49ceddefc9d617046a32 to your computer and use it in GitHub Desktop.
Save mahangu/afa44185a98e49ceddefc9d617046a32 to your computer and use it in GitHub Desktop.
.link-more {
visibility: hidden;
}
.link-more::after {
visibility: visible;
content: "Other Text";
background-color: #e7ae01;
color: #fff;
display: inline-block;
font-size: 1.4rem;
letter-spacing: .1em;
margin: 1em 0 0;
padding: .62em 1.62em;
position: relative;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: background-color .3s;
transition: background-color .3s;
z-index: 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment