Skip to content

Instantly share code, notes, and snippets.

@jsmithdev
Created May 22, 2018 16:04
Show Gist options
  • Select an option

  • Save jsmithdev/708b4ebab3d51603c1bc378061344766 to your computer and use it in GitHub Desktop.

Select an option

Save jsmithdev/708b4ebab3d51603c1bc378061344766 to your computer and use it in GitHub Desktop.
<style>
.help {
font-size: 0.7rem;
/* border-radius: 25rem; */
background: #555;
color: #bae7fc;
border: 1pt solid #bae7fc;
width: 1em;
height: 1em;
padding-left: .25rem;
padding-right: .25rem;
vertical-align: top;
cursor: help;
}
</style>
<span class="help" title="Shit to explain...">?</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment