Skip to content

Instantly share code, notes, and snippets.

@superplussed
superplussed / dabblet.css
Created April 27, 2013 01:32
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 */
@superplussed
superplussed / dabblet.css
Created April 27, 2013 01:29
dual angled shadow (SO)
/**
* dual angled shadow (SO)
*/
body { padding: 5em; background: whitesmoke; }
.box {
width: 20em; height: 6em;
border: solid 1px #ccc;
position: relative;
background: white;
}