Skip to content

Instantly share code, notes, and snippets.

@davidmerfield
Created April 29, 2016 19:09
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 davidmerfield/6678c16eea4bee0020573184713c24ce to your computer and use it in GitHub Desktop.
Save davidmerfield/6678c16eea4bee0020573184713c24ce to your computer and use it in GitHub Desktop.
h1 a {
position:relative
}
h1 a:after {
content: "→";
position: absolute;
right: -1.333em;
top: 0;
line-height: 1.3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment