Skip to content

Instantly share code, notes, and snippets.

@jbail
Created December 23, 2012 21:27
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 jbail/4366257 to your computer and use it in GitHub Desktop.
Save jbail/4366257 to your computer and use it in GitHub Desktop.
A CodePen by Jeff Bail.
<p><strong>Example 1</strong>: The link below will look good when hovered because the outline doesn't take up space.</p>
<p><a href="#" class="outline">I'm jumpy</a></p>
a {
display:inline-block;
padding:3px 12px;
}
.outline:hover {
outline:5px dotted gray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment