Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 7, 2023 19:25
Show Gist options
  • Save LeaVerou/6ffa317b4432ca61461c8d8a3a2b8fb6 to your computer and use it in GitHub Desktop.
Save LeaVerou/6ffa317b4432ca61461c8d8a3a2b8fb6 to your computer and use it in GitHub Desktop.
Tooltips
/**
* Tooltips
*/
span {
font: bold 300%/1.5 system-ui;
}
<span title="I’m the span’s tooltip">I’m a span</span>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment