Skip to content

Instantly share code, notes, and snippets.

View sandeep816's full-sized avatar

Sandeep Sharma sandeep816

View GitHub Profile
@sandeep816
sandeep816 / dabblet.css
Created June 9, 2014 08:09
Circular Tooltip (SO)
/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */