Skip to content

Instantly share code, notes, and snippets.

@cobbweb
Created September 23, 2011 01:40
Show Gist options
  • Save cobbweb/1236558 to your computer and use it in GitHub Desktop.
Save cobbweb/1236558 to your computer and use it in GitHub Desktop.
Button-ish anchors
/* make links move down 1px when clicked */
a:active {
position: relative;
top: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment